@capjavert/twitter-api

To run this demo, you will need:

Usage no npm install needed!

<script type="module">
  import capjavertTwitterApi from 'https://cdn.skypack.dev/@capjavert/twitter-api';
</script>

README

Twitter API

The code

To run this demo, you will need:

  • NodeJS (v8+, support for ES2017)
  • npm (node package manager)

Setup the code

$ git clone https://github.com/capJavert/twitter-api.git
$ cd twitter-api
$ npm install

Running API server

$ node server.js

or

$ npm run rest-service
  • you may need to allow connections in your firewall
  • server runs on localhost:3000
  • check src/routes.js for available methods