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

https://github.com/code-star/codestar-twitterfeed

Twitterfeed for the codestar website
https://github.com/code-star/codestar-twitterfeed

Last synced: 6 months ago
JSON representation

Twitterfeed for the codestar website

Awesome Lists containing this project

README

          

# Codestar Twitterfeed

Twitterfeed for the codestar website.

## Running
To test it locally make sure to have the following environment variables before running `sbt`.

- **TWITTER_CONSUMER_KEY**: The consumer key supplied by Twitter
- **TWITTER_CONSUMER_SECRET**: The consumer secret supplied by Twitter.

```bash
export TWITTER_CONSUMER_KEY=ABCDEFGHIJKLMNOPQRT
export TWITTER_CONSUMER_SECRET=abc123def456asdf
```

As with all Play applications, start it with `run` inside the `sbt`-shell.