Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateuschaves/twitter-server

:speech_balloon: A simple Twitter API with IBM Natural Language Understanding developed for an information systems discipline
https://github.com/mateuschaves/twitter-server

api ibm-watson javascript natural-language-understanding nodejs

Last synced: about 2 months ago
JSON representation

:speech_balloon: A simple Twitter API with IBM Natural Language Understanding developed for an information systems discipline

Awesome Lists containing this project

README

        

# My Twitter Server

A simple Twitter API with IBM Natural Language Understanding developed for an information systems discipline

# Goals

- [x] Receive and store a tweet with message, author, age and sex
- [x] Send the tweet message to IMB Natural Language Understanding and get tweet emotions
- [x] Socket.IO integration


# Run

Clone the repository


`git clone https://github.com/mateuschaves/TwitterServer.git`

Change to project directory


`cd TwitterServer`

Install project dependencies


`yarn`
or
`npm install`


Set the variables on `.env` file

Start the project


`yarn start`
or
`npm start`


# Clients

This application have mobile and web clients, both wrote using javascript.

[Mobile App - React Native](https://github.com/mateuschaves/goweek-twitter/tree/master/mobile)


[Web App - ReactJS](https://github.com/mateuschaves/TwitterWeb)