Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 529 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 529 Bytes

NodeJS Example APIs

This repo contains a collection of NodeJS APIs that showcase the functionality of NanoAPI's CLI.

Quick Start

Ensure you have napi installed:

npm install -g @nanoapi.io/napi

Clone this repo and navigate to the desired framework/API directory:

git clone https://github.com/nanoapi-io/nodejs-example-apis.git && \
cd nodejs-example-apis/express/1-simple && \
npm i

You're all set to run napi commands!

napi init
napi ui