Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anze3db/hipster-frame

Creates a dynamic picture frame from your Instagram feed
https://github.com/anze3db/hipster-frame

Last synced: 7 days ago
JSON representation

Creates a dynamic picture frame from your Instagram feed

Awesome Lists containing this project

README

        

# Hipster Frame [![CircleCI](https://circleci.com/gh/Smotko/hipster-frame.svg?style=svg)](https://circleci.com/gh/Smotko/hipster-frame) [![codecov](https://codecov.io/gh/Smotko/hipster-frame/branch/master/graph/badge.svg)](https://codecov.io/gh/Smotko/hipster-frame)

## Set up dev environment

```bash
# Create a local docker-compose.yaml file and add the Instagram API keys:
$ cp docker-compose.override.yml{.example,} && vim docker-compose.override.yml
# Run the app (it will be available on localhost:8080):
$ docker-compose up
```

## Running tests

```bash
# Run continuous test runner for api:
$ docker-compose run api ptw
# Run pylint for api:
$ docker-compose run api pylint src
# Run continuous test runner for frontend:
$ docker-compose run frontend npm test -- --watch
```