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

https://github.com/mue/api

Code for the Mue API
https://github.com/mue/api

database hacktoberfest images nodejs quotes serverless

Last synced: 7 months ago
JSON representation

Code for the Mue API

Awesome Lists containing this project

README

          

# Mue API
Source code for the Mue API. This API is the default for random images and quotes in Mue.

## Installation
See the [documentation](https://docs.muetab.com/development#api).

## Environment

Non-secret variables are in `wrangler.toml`.
Secrets are deployed with Wrangler but a `.dev.vars` file can be used in development:

```sh
IS_LOCAL_MODE=1
BASELIME_API_KEY=
MAPBOX_TOKEN=
OPENWEATHER_TOKEN=
PEXELS_TOKEN=
SUPABASE_TOKEN=
SUPABASE_URL=
UNSPLASH_TOKEN=
```

## License
[MIT](LICENSE)