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

https://github.com/thenets/workshop-pokecafe


https://github.com/thenets/workshop-pokecafe

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# pokecafe

## Requirements

- python3
- virtualenv

## Dependencies

```bash
# Install
# (tested on Ubuntu 18.04 and 20.04)
sudo apt-get update
sudo apt-get install -y make virtualenv
```

## How to run

```bash
# Create virtualenv (run once)
make prepare

# Run
make fun
```