Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nwko

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nwko

An NPM Module designed to use numerous APIS.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

nwko

An NPM Module designed to use numerous APIS, mainly Anime ones.

Package: npmjs.com/package/nwko
Github: https://github.com/nekonez/nwko

npm install nwko

var nwko = require("nwko")

Documentation

Github Repositories API

getUsersRepos(user)

Gets the repositories of a user

Example:

'use strict';
var gh = new nwko.RepoAPI()

gh.getUsersRepos("nekonez").then((data) => { console.log(data[0]) }) // Returns the first repository the user owns

Minecraft Server API

getServer(serverIP)

Gets information about a server, basically queries it.

Example:

var mc = new nwko.MCServerAPI()

mc.getServer("eu.mineplex.com").then((data) => { console.log(data) })

Pokemon API

getPokemon(pokemon)

Gets information about a pokemon

Example:

var pkmn = new nwko.PokemonAPI()

pkmn.getPokemon("Charmander").then((data) => { console.log(data) })

This module is a WIP but is still usable!

Keywords

FAQs

Package last updated on 23 Oct 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc