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

https://github.com/jtemporal/wherehaveitalked

Little Flask API for storing places I've given talks
https://github.com/jtemporal/wherehaveitalked

Last synced: 3 months ago
JSON representation

Little Flask API for storing places I've given talks

Awesome Lists containing this project

README

          

# Where Have I Been: Talks edition

This an API that uses Auth0 and serves a map of places you pin pointed

## Requirements

- Python >= `3.6`
- Flask >= `2.0.0`
- An free Auth0 account

## Environment

```console
pip install -r requirements.txt
```

## Configuration

Copy the `.example.config` file to `.config` and fill out the missing values

## Running your app

### Development

```console
flask run
```