Skip to content

NightlightOfficial/nlapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

nlapi

Public NLAPI (Nightlight API). With public NLAPI, you can get data instantly for your own project.

Read documentation here: https://api.night-light.cz/

To use NLAPI, you can either use the remote source when implementing it on a website:

<script src="https://api.night-light.cz/nlapi2.js" type="application/javascript">

Or you can download this package and then import it like so:

import { NIGHTLIGHTAPI } from './nlapi2.js';

// Then work with it, example:

var nlapi = new NIGHTLIGHTAPI(login, password);

console.log(nlapi.getUser('someuser').getBio());

About

Public NLAPI (Nightlight API). With public NLAPI, you can get data instantly for your own project.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors