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

https://github.com/gppeixoto/in0984

public repo for in0984 coursework
https://github.com/gppeixoto/in0984

golang microservice rest-api trending-topics twitter

Last synced: 3 months ago
JSON representation

public repo for in0984 coursework

Awesome Lists containing this project

README

          

# in0984




GoDoc

Simple REST API that matches incoming texts with trending topics on Twitter.

## Development

### Dependencies
This project uses Go 1.9. We recommend using [update-golang](https://github.com/udhos/update-golang) to install Go.

### Quickstart
* Install [dep](https://github.com/golang/dep) for development (dependency management)
* Setup the dependencies by running `dep ensure`
* Replace the `.env.template` file with a `.env` properly configured (secrets, credentials, etc.)
* Build and serve the project locally running `make serve-local`.