Twitmapper is a simple Webapp to fetch the details of twitter users with their username using Twitter API
Libraries Used :
The first thing to do is to clone the repository:
$ git clone https://github.com/adhilameenet/twitter-api
$ cd twitter-api
create a .env file in project folder and set your own BEARER_TOKEN generated from Twitter Developer Account
Then install the dependencies:
npm install
Then run the server using
$ npm start
And navigate to http://127.0.0.1:3000/
.