scraper

Version, currently main branch1 version
  • main branchlatestAug 5, 2024

github.com/Cronun/backend

API de horarios de Uninorte

5 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  scraper:
    github: Cronun/backend
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.13.1
License
MIT
Author
Wilson
Targets
  • api from src/api/api.cr
  • scraper from src/scraper/main.cr

Dependencies

Runtime Dependencies

  • pg*github: will/crystal-pg
  • kemal*github: kemalcr/kemal
  • dotenv*github: drum445/dotenv

README

scraper

Methods

GET /departments
GET /subjects[?page=<value>&name=<value>&department=<value>]
GET /subjects/<code>
GET /subjects/<code>/groups

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/scraper/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • Wilson - creator and maintainer