https://github.com/cakebake/medoser
Media Download Server
https://github.com/cakebake/medoser
Last synced: over 1 year 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T23:06:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T05:26:06.699Z (over 1 year 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).