aromi
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

aromi

Library for getting Aromi menu data.

Example

import { Aromi } from 'aromi';
 
const aromi = new Aromi('https://ruokalistat.azurewebsites.net/');
 
aromi
  .getRestaurants()
  .then((restaurants) => restaurants[0])
  .then((restaurant) => restaurant.menus[0].getData())
  .then((menuData) => console.log(menuData.Name));

Readme

Keywords

none

Package Sidebar

Install

npm i aromi

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

6 kB

Total Files

11

Last publish

Collaborators

  • jolle