Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 --help

Usage: 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")