Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

JulMan-Dev/functions_julman_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functions_JulMan_API

Installation


Paste this command in your Node.JS project dir's terminal :

npm --prefix . install functions_julman_api

Import

const functions = require("functions_julman_api").Functions; // ES5

or (ES6 method not supported in RunKit)

import Functions from "functions_julman_api"; // ES6

Licence

ISC

See licence on GitHub or ISC's Site.

Links

Project

npm package - GitHub - Wiki

Author

npm - GitHub