Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Raspisanie

Получить ключ API Яндекс.Расписаний

https://developer.tech.yandex.ru/keys/

Установить модуль

npm i raspisanie --save

Пример

const Raspisanie = require('raspisanie')
const raspisanie = new Raspisanie('YOUR_KEY')
raspisanie.request({
  from: 'c146',
  to: 'c213',
  date: '2020-05-28',
  path: '1'
}).then(data => console.log(data))
.catch(error => console.error(error))

About

Yandex Raspisanie Node.js API

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages