pytheas

1.0.2 • Public • Published

Pytheas

const Pytheas = require('pytheas');
const app = Pytheas();

app.listen(3000);
app.Router().routes([
    {
        path: "/",
        method: "get",
        handler: (context)=>{
            context.response.send("Hello World!");
        }
    },
]);

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install pytheas

Readme

Keywords

Package Sidebar

Install

npm i pytheas

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

5.21 kB

Total Files

4

Last publish

Collaborators

  • jossy.jones