Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cakebake/medoser
Media Download Server
https://github.com/cakebake/medoser
Last synced: about 3 hours ago
JSON representation
Media Download Server
- Host: GitHub
- URL: https://github.com/cakebake/medoser
- Owner: cakebake
- License: gpl-3.0
- Created: 2019-11-25T21:28:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T23:06:02.000Z (over 1 year ago)
- Last Synced: 2024-11-09T18:06:38.699Z (about 2 months ago)
- Language: JavaScript
- Size: 1.93 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# medoser
> Media Download Server
## Usage
### API
POST `/api` Parameters
- ...
## Build Setup
``` bash
# install dependencies
$ npm run install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).