simple frontend built to consume twitter search api
These instructions will get a copy of the project up and running on your local machine for development and testing purposes.
- Clone or fork git repo
$ git clone https://github.com/bterbs/twitterSearch.git
- cd into new project directory
- Install your dependencies:
$ npm install
- Run the server:
$ npm start
Log on to http://localhost:3000 to access the client front end. The Express server will be running on port 3000.