New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@rotirojs/api-demo

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

@rotirojs/api-demo

Rotiro Api Demo

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

api-demo

The api demo repo creates fake api defined using rotiro. It's designed to demonstrate the basic configuration behind binding a schema to services and should work in different environments.

You can add the module to an existing project using:

yarn add rotirojs/api-demo

This repo is a demonstration of how you can create one fully working api that can then be run on express, api gateway and more in the future

The benefit of this approach is that you do not need to decide where or how your api should be deployed.

A great use case for this may be when developing you would run the api locally with express whereas the production code may run on the AWS Api Gateway/lambdas which is not easy to test and requires continual deployments

Demos

The Rotiro demos project has examples that demonstrate how to consume this api

FAQs

Package last updated on 31 Mar 2021

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