3.0.3 • Published 8 months ago
@mtucourses/scraper v3.0.3
@mtucourses/scraper
Scrapes various types of information from Michigan Tech, including faculty members and offered courses.
🏗 Usage
const {getAllSections} = require('@mtucourses/scraper');
(async () => {
const fallTerm = new Date();
fallTerm.setFullYear(2020, 7);
const sections = await getAllSections(fallTerm);
console.log(sections);
})();
See the documentation for details.
🧰 Development
# First:
# install dependencies
yarn install
# then:
# build in watch mode
yarn build:watch
# and you can:
# run tests
yarn test
# run tests in watch mode
yarn test:watch
To publish a new package version, run npm version [patch|minor|major]
and then git push && git push --tags
on the master branch.
3.0.3
8 months ago
3.0.2
2 years ago
3.0.1
3 years ago
3.0.0
4 years ago
2.4.1
4 years ago
2.4.0
4 years ago
2.4.2
4 years ago
2.3.8
4 years ago
2.3.9
4 years ago
2.3.7
4 years ago
2.3.6
4 years ago
2.3.5
4 years ago
2.3.4
4 years ago
2.3.3
4 years ago
2.3.2
4 years ago
2.3.0
4 years ago
2.3.1
4 years ago
2.2.1
4 years ago
2.2.0
4 years ago
2.1.3
4 years ago
2.1.2
4 years ago
2.1.1
4 years ago
2.1.0
4 years ago
2.0.5
4 years ago
2.0.4
4 years ago
2.0.3
4 years ago