1.0.1 • Published 5 years ago

@capjavert/twitter-api v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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