luckysunfd / api

Code for the Mue API

Home Page:https://api.muetab.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mue API

Source code for the Mue API.

WARNING

This is the code for the current serverless version, older versions and the WIP v2 version can be found in the branches.

Installation

  1. npm i (or yarn)
  2. Move config-example.json (located in src/) to config.json and fill it with the required information
  3. node src/setup.js
  4. Fill out the database with your quotes and images
  5. Run the API server with node src/index.js

License

MIT

About

Code for the Mue API

https://api.muetab.com

License:MIT License


Languages

Language:JavaScript 100.0%