0.2.8 • Published 8 years ago

isotropy-static v0.2.8

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

isotropy-static

Static file handler for koa with an ES7 async/await (or promises) based API. This is very similar to koa-static, but doesn't use generators.

Usage

Install it via npm

npm install isotropy-static

Use it with koa.

const app = new koa();
app.use(isotropyStatic(__dirname + "/icles"));
app.listen();

You can see more examples in the test/ directory.

0.2.8

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago