• Stars
    star
    109
  • Rank 309,295 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tweet locator using ExpressJS, React and Twitter API

Tweet Locator

Simple application to locate tweets on a map based on the location they were sent.

Prerequisites

After yoy have your bearer token you can create a .env file inside srv folder, in this file you will place your bearer token like this

TWITTER_TOKEN={YOUR_BEARER_TOKEN}

Install

For installing you need to go to folder client and run

yarn install

And inside srv folder you need to run

npm install

I might need to make this installation easier.

Run

You need to run each application, for client just run

yarn start

For the server just run

npm start

Demo

Watch the video