Alizareeee / twitter

:mag_right: Search on twitter for #IOT :globe_with_meridians:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small Twitter Search App (MEAN stack)

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.

images

Limits by Twitter search API

  • The maximum number of result is 100
  • Maximum time period is 7 days

images

APIs and technologies

How to make it work on your machine

  • 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 with server.js on the working directory.
  • Go to your browser and type localhost:3000 or http://localhost:3000/

License

The contents of this repository are covered under the MIT License.

About

:mag_right: Search on twitter for #IOT :globe_with_meridians:

License:MIT License


Languages

Language:JavaScript 66.3%Language:HTML 20.4%Language:CSS 13.3%