pokemon_crawler

Version, currently master branch1 version
  • master branchlatestApr 14, 2025

github.com/cs-exercise/pokemon_crawler

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  pokemon_crawler:
    github: cs-exercise/pokemon_crawler
    branch: master

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

Then run:

shards install

shard.yml

Crystal
>= 1.13.2
License
MIT
Author
Billy.Zheng
Target
  • pokemon_crawler from src/pokemon_crawler.cr

Dependencies

Runtime Dependencies

  • lexbor*github: kostya/lexbor
  • sqlite3*github: crystal-lang/crystal-sqlite3

README

pokemon_crawler

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/zw963/pokemon_crawler/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