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

https://github.com/nikdrosakis/eligemodo_api

api of PWA eligemodo
https://github.com/nikdrosakis/eligemodo_api

api fastapi mobile pwa

Last synced: 2 months ago
JSON representation

api of PWA eligemodo

Awesome Lists containing this project

README

          

# Elige Mondo API v.1
* python pandas & fastAPI (based on apifast)
* gets random geography place from dataset
and provides a json to Trivial web & react native application
of this form

{
id: 1,
question: 'What is the capital of France?',
imageUrl: 'https://as1.ftcdn.net/v2/jpg/01/90/50/22/1000_F_190502221_fekXxniJ8Fro4Jnf2iARcwhYm9vfNyet.jpg',
choices: ['Berlin', 'Paris', 'Madrid', 'Rome'],
correct: 'Paris',
}

## TODO
* add