Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hatcher

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hatcher

Provides APIs by simple configuration.

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Hatcher

🐣 Provides APIs by simple configuration.

  • Easy: All you need is define the data what you want
  • Agile: Just writing simple selector, API services built by one clik
  • Functional: Core function provided as Koa2 middleware

Installation

Hatcher requires node v7.6.0 or higher for ES2015 and async function support.

$ npm install --global hatcher

Alternatively, hatcher provides API which can be used directly in your Koa 2.x App.

$ npm install --save hatcher

Usage

const Koa = require('koa')
const hatcher = require('hatcher')

const app = new Koa()
const config = require('./config.js')

app.use(hatcher(config))
app.listen(2333)

Config

TODO

Thanks

License

MIT License © viko16

Keywords

FAQs

Package last updated on 06 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc