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
- Host: GitHub
- URL: https://github.com/mue/api
- Owner: mue
- License: mit
- Created: 2019-12-08T17:06:54.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T03:49:35.000Z (over 1 year ago)
- Last Synced: 2025-05-01T01:27:49.949Z (11 months ago)
- Topics: database, hacktoberfest, images, nodejs, quotes, serverless
- Language: JavaScript
- Homepage: https://api.muetab.com
- Size: 763 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: news.js
- License: LICENSE
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)