Skip to content

Repository files navigation

NPM versionNPM downloads

API-DEVUP is a powerful Node.js library is intended for interaction with the service DEV-UP.RU 🚀

📖 API Documentation📖 Module Documentation🤖 Author

Features

  • Works with large collections of data
  • Easy authorization form

Installation

Node.js 12.0.0 or newer is required

YARN

yarn add api-devup

NPM

npm i api-devup --save

Usage example

JavaScript

const{ DevUp }=require("api-devup");constAPI=newDevUp("token");API.profile.get().then((res)=>console.log(res));

TypeScript

import{DevUp}from"api-devup";constAPI=newDevUp("token");API.profile.get().then((res)=>console.log(res));

About

This library is intended for interaction with the service dev-up.ru

Resources

Code of conduct

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages