In this small AngularJS app bundled with NodeJS and Express in the backend. We can search on Twitter about a topic that is involved with Internet of Things (lot) So basically, everything that you type will be combined with #iot and & searched on Twitter search engine.
- The maximum number of result is 100
- Maximum time period is 7 days
- HTML5, CSS, JS, Bootstrap, Awesomefont
- AngularJS
- UI-bootstrap
- NodeJS
- Express
- OAuth.io for Open Authentication
- Assumptions: You have 'linux like terminal',
node
on your machine - Clone the repository on your computer
- Run
npm install
to get all of dependencies on the working directory. - Type
npm start
to get started withserver.js
on the working directory. - Go to your browser and type
localhost:3000
orhttp://localhost:3000/
The contents of this repository are covered under the MIT License.