osrmscript
v2.0.7
Published
One of the easiest codes ever! (OverSimplified Runnable Makefile - Javascript)
Downloads
6
Maintainers
Readme
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