@capjavert/twitter-api
v1.0.1
Published
## The code
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 installRunning API server
$ node server.jsor
$ 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
