Socket
Socket
Sign inDemoInstall

cyberpoints2.0

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cyberpoints2.0

The original cyberpoints, but this time with windows support.


Version published
Weekly downloads
2
Maintainers
1
Created
Weekly downloads
 

Readme

Source

cyberpoints


NPM version NPM downloads cyberpoints issues Dependencies

npm installnfo

About

N|Solid

cyberpoints was developing for CyberEngine. And now, she is open source! cyberpoints will generate endpoint links for make an request. All validation process is done by cyberpoints. If you're used correct values, returns an request link. otherwise returns 'undefined'. This method saves your request limits and time!

Endpoint Coverage

  • Blizzard

    • World of Warcraft - 100%
    • Diablo - 100%
    • StarCraft - 100%
    • Outh - 100%
  • Riot Games

    • League of Legends - 80%

Why?

  • Object-oriented
  • Speedy and efficient
  • Modular and flexible
  • Feature-rich
  • Maintainable

Installation

cyberpoints requires Node.js LTS version to run.

$ npm i cyberpoints -S

or

$ yarn add cyberpoints

Usage

// how can i use it?
const { Wow } = require('cyberpoints').Blizzard
const wow = new Wow(configs)
console.log(wow.community.guild.profile())
console.log(wow.community.guild.members())
console.log(wow.community.guild.news())

// how can i access all blizzard endpoints?
const { All } = require('cyberpoints').Blizzard
const blizzard = new All(configs)
console.log(blizzard.wow.data.keystone.leaderboard())
console.log(blizzard.sc2.community.ledder())
console.log(blizzard.diablo.community.skill())
console.log(blizzard.outh2.user())

To-Do's

  • Twitch

  • PUBG

  • Fortnite

  • Steam

  • Youtube

Technology

cyberpoints uses a number of open source projects to work properly:

  • Node.js - cyberpoints uses this powerful programming language.
  • VScode - We're highly recommending this awesome code editor.

And of course cyberpoints itself is open source with a public repository on GitHub.

Plugins

cyberpoints is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

PluginREADME
@types/nodeplugins/definitelytyped/README.md
Eslintplugins/eslint/README.md

Semantic Versioning

We're using SemVer for this project.

Development

Want to contribute? Great!

cyberpoints uses eslint for stable developing. Make a change in your file and instantanously see your updates!

Open your favorite Terminal and run these commands.

$ git clone <url>
$ cd <cloned_folder_name>
$ npm i -d
$ npm test

Our Contributors

And you can see also all contributors here.

License

Aphace 2.0

Keywords

FAQs

Last updated on 13 Feb 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc