Find Real time job tweets!
-
Clone the repo
-
Install all server modules using
npm install
-
For client modules, navigate to client directory and run
npm install
-
Get your API credentials. To get Consumer Key & Consumer Secret, you have to create an app in Twitter via https://apps.twitter.com/app/new Then you'll be taken to a page containing Consumer Key & Consumer Secret.
-
In the main directory, Rename the .env-dev file to .env and enter your twitter api credentials.
-
To start the both servers (Backend and Client dev server), run
npm run dev
from the main server directory.
- Cache tweets for 24 hrs
- Filter tweets base on location
- Filter tweets base on Job Spec
All commit in development branch.
Don't forget to star and contribute!