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

https://github.com/juan-medina/tomsdataonion


https://github.com/juan-medina/tomsdataonion

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Toms Data Onion
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](/LICENSE)

## Info

This is a example repo for solving https://tomdalling.com/toms-data-onion/

More details on [puzzle.txt](puzzle.txt)

## Usage

```shell script
$ pip3 install virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
$ python3 src/main.py
```