mcdonalds_scraper 1.4.0
mcdonalds_scraper: ^1.4.0 copied to clipboard
Used to scrape McDonald's PeopleStuff for MySchedule. Only usable by McDonald's employees (tested UK only)
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mcdonalds_scraperThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mcdonalds_scraper: ^1.4.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mcdonalds_scraper/mcdonalds_scraper.dart';