osrmscript

2.0.7 • Public • Published

Osrmscript

One of the easiest codes ever! (OverSimplified Runnable Makefile - Javascript)

Installation

to install go to the command prompt and type:

npm install osrmscript

Usage

to use it create an "index.js" file and type:

const osrmscript = require('osrmscript');

const osrmscriptCode = `say: "Hello World!"`;
osrmscript.runOsrmscript(osrmscriptCode);

Click here for the full doc about it

API Usage

I have a doc about it the api.

Changelog

This link will show you everything I have changed from the oldest available update to the latest update.

Dependencies

It does require prompt-sync v4.2.0

Author

HotdoGuy90

Package Sidebar

Install

npm i osrmscript

Weekly Downloads

0

Version

2.0.7

License

MIT

Unpacked Size

13.7 kB

Total Files

10

Last publish

Collaborators

  • hotdoguy90