1.0.1 • Published 4 years ago

aromi v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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));
1.0.1

4 years ago

1.0.0

4 years ago