Skip to content

juanbenitezdev/Tweet-Locator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tweet locator using ExpressJS, React and Twitter API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published