Skip to content

Latest commit

 

History

History
86 lines (30 loc) · 1 KB

README.md

File metadata and controls

86 lines (30 loc) · 1 KB

Twitmapper

Twitmapper is a simple Webapp to fetch the details of twitter users with their username using Twitter API


Libraries Used :

Explore the site »

preview

preview

Team Members

Setup

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/.