Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/flying-panda
Quick serve a folder without headache
https://github.com/s-a/flying-panda
Last synced: about 5 hours ago
JSON representation
Quick serve a folder without headache
- Host: GitHub
- URL: https://github.com/s-a/flying-panda
- Owner: s-a
- License: other
- Created: 2015-07-16T15:37:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T15:49:05.000Z (almost 9 years ago)
- Last Synced: 2024-11-11T16:09:34.037Z (6 days ago)
- Language: JavaScript
- Homepage: https://youtu.be/pBnX2vO2sxA
- Size: 22.5 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# flyingPanda
[![Build Status](http://img.shields.io/travis/s-a/flying-panda.svg)](https://travis-ci.org/s-a/flying-panda)
[![Coverage Status](https://coveralls.io/repos/s-a/flying-panda/badge.svg?branch=master&service=github)](https://coveralls.io/github/s-a/flying-panda?branch=master)
[![Codacy Badge](https://www.codacy.com/project/badge/75dfaeb6f4114712b66582efe840ed36)](https://www.codacy.com/app/stephanahlf/flying-panda)
[![NPM Version](http://img.shields.io/npm/v/flying-panda.svg)](https://www.npmjs.org/package/flying-panda)
[![NPM Downloads](https://img.shields.io/npm/dm/flying-panda.svg)](https://www.npmjs.org/package/flying-panda)[![Dependencies](https://img.shields.io/david/s-a/flying-panda.svg)](https://www.npmjs.org/package/flying-panda)
[![Development Dependencies](https://img.shields.io/david/dev/s-a/flying-panda.svg)](https://www.npmjs.org/package/flying-panda)[![Donate](http://s-a.github.io/donate/donate.svg)](http://s-a.github.io/donate/)
## Global Installation
```npm install flying-panda -g;```## Usage
```fly;``` Serve files in current directory.Demo usage: [https://youtu.be/pBnX2vO2sxA](https://youtu.be/pBnX2vO2sxA)
## Build in mockup functions
The server mirrors all get an posts requests and returns the submited data in JSON format. Checkout the [tests](/test/main.js) to get more details.## Options
```
fly --helpUsage: index [options]
Options:
-h, --help output usage information
-V, --version output the version number
-p, --port Port
-d, --dir Web Root Directory
```## [Contributing](/CONTRIBUTING.md)
## [License](/LICENSE.md)
Copyright (c) 2015 Stephan Ahlf
This software is dual licensed under MIT and GNU GENERAL PUBLIC LICENSE Version 3.[](/LICENSE.md#mit "Massachusetts Institute of Technology (MIT)")
[](/LICENSE.md#gpl-30 "GNU GENERAL PUBLIC LICENSE Version 3")