atmo

0.14.2 • Public • Published

Atmo

Server Side Api Mocking made easy with UI

Travis Build License NPM Version

Installation

$ npm install atmo -g

Features

Usage

Execute the following command

$ atmo

Options

  • --port will launch the API server in a specific port. Default port is 3334. (atmo --port 3000)
  • --static will serve the content in the folder public in your current working directory (atmo --static)
  • --logs will print out the access logs to console (atmo --logs)

UI Demo

Take a look at the UI of Atmo. http://atmo.surge.sh/ (This demo is just to showcase the UI.)

Guide

Contribute

For any problem/question or if you think a feature that could make Atmo more useful, do not hesitate to open an issue.

Building Atmo

Launch the webpack dev server.

npm run dev

Launch the api server.

npm run server

Write a generator

Atmo uses generators to automatically generate code for the endpoints that are created via the UI. You could write a generator which generates code in your favourite node js framework (e.g: HapiJS).

Learn more here on how to write a generator.

Thanks

Thanks Kreativa Studio for the free logo.

License

MIT © Raathigeshan

Package Sidebar

Install

npm i atmo

Weekly Downloads

6

Version

0.14.2

License

MIT

Last publish

Collaborators

  • raathigesh