FIFA soundtrack visualizations built with Svelte.
Python
pipenv install --python 3.6
.pipenv shell
.Svelte
npm install
.npm start
.pipenv install deta
.put
method is the fastest way to store an item in the database.put_many
method puts up to 25 items on a single call.key
parameter: ID. It will be automatically generated if not provided.brew install httpie
.https -v POST https://database.deta.sh/v1/{project_id}/fifa_soundtrack/query X-API-Key:{project_key} Content-Type:application/json query:='[{"GAME": "FIFA 21"}, {"GAME": "FIFA 20"}]'
(more info here).param==value
for URL parameters (source).Name:Value
for HTTP Headers.