Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tejazz/monocle
Social analysis monitoring system which streams real-time tweets.
https://github.com/tejazz/monocle
Last synced: 25 days ago
JSON representation
Social analysis monitoring system which streams real-time tweets.
- Host: GitHub
- URL: https://github.com/tejazz/monocle
- Owner: tejazz
- Created: 2021-06-07T06:29:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T16:19:36.000Z (about 3 years ago)
- Last Synced: 2023-10-20T11:12:35.874Z (about 1 year ago)
- Language: JavaScript
- Size: 1.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monocle
Social analysis monitoring system which streams real-time tweets.### Application Setup and Local Development
Clone the repository and go to the `monocle` parent folder. You can use the following commands to start playing around with it.
```
npm install
npm run install:all // installs the npm dependencies for both the server and the client codebases
// alternatively, you can use `npm run install:client` and `npm run install:server` for installing dependencies separately
npm start // spins up both the client and server application
npm run start:client // spins up only the client application
npm run start:server // spins up only the server application
```