All Projects → juanbenitezdev → Tweet-Locator

juanbenitezdev / Tweet-Locator

Licence: MIT license
Tweet locator using ExpressJS, React and Twitter API

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to Tweet-Locator

Node Decorators
node-decorators
Stars: ✭ 230 (+111.01%)
Mutual labels:  expressjs, socketio
Aaronvandenberg.nl
⚛️ Web Developers portfolio build with Gatsby.js & React.js
Stars: ✭ 98 (-10.09%)
Mutual labels:  expressjs, socketio
Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-62.39%)
Mutual labels:  expressjs, socketio
bubbly
Full stack chat application created w/ Next.js, Socket.IO, Express, React and TypeScript
Stars: ✭ 24 (-77.98%)
Mutual labels:  expressjs, socketio
heroku-nextjs-custom-server-express
Deploy Next.js server-side React apps using a custom Express server to Heroku
Stars: ✭ 91 (-16.51%)
Mutual labels:  expressjs
postgres-nest-react-typescript-boilerplate
No description or website provided.
Stars: ✭ 93 (-14.68%)
Mutual labels:  expressjs
opentelemetry-ext-js
js extensions for the open-telemetry project
Stars: ✭ 122 (+11.93%)
Mutual labels:  expressjs
forge-digital-twin
Autodesk Forge application demonstrating various use cases in manufacturing, specifically in context of digital twins.
Stars: ✭ 95 (-12.84%)
Mutual labels:  expressjs
OpenBook-E-Commerce
An e-commerce progressive web application, built with mern stack. It has features like product buy, order management by admin, payment gateway, cart, checkout and lot more.
Stars: ✭ 53 (-51.38%)
Mutual labels:  expressjs
docker-ui
Web UI For managing Docker images, containers, volumes, and networks
Stars: ✭ 45 (-58.72%)
Mutual labels:  expressjs
mmpm
MagicMirror Package Manager
Stars: ✭ 104 (-4.59%)
Mutual labels:  socketio
socketio-shared-webworker
Socket.io client inside a WebWorker thread
Stars: ✭ 85 (-22.02%)
Mutual labels:  socketio
pathokun
Pathokun, a path generator, updates your content just with your frontend by HTTP GET Request!
Stars: ✭ 15 (-86.24%)
Mutual labels:  expressjs
Youtube-clone
A Youtube-clone where various basic functionalities of youtube are implemented along with thumbnail generator using MERN stack
Stars: ✭ 20 (-81.65%)
Mutual labels:  expressjs
gobarber
Projeto desenvolvido durante as aulas do Bootcamp GoStack10 da Rocketseat
Stars: ✭ 15 (-86.24%)
Mutual labels:  expressjs
Backend-NodeJS-Golang-Interview QA
A collection of Node JS and Golang Backend interview questions please feel free to fork and contribute to this repository
Stars: ✭ 122 (+11.93%)
Mutual labels:  expressjs
NodeRestApi
Node.js, Express.js and MongoDB REST API App
Stars: ✭ 38 (-65.14%)
Mutual labels:  expressjs
ThinkApp
Test your knowledge with any of the available topic this fun and free Champion Quiz Master App. Save your time and effort by saving your queries & its resolutions
Stars: ✭ 15 (-86.24%)
Mutual labels:  expressjs
node-js-starter-kit
This is the starter kit project for node js REST API development with express js, mongodb, typescript, webpack specially designed for REST API projects.
Stars: ✭ 14 (-87.16%)
Mutual labels:  expressjs
youphonic
an online musical machine interface for building and sharing soundscapes and musical compositions
Stars: ✭ 28 (-74.31%)
Mutual labels:  expressjs

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].