verif-rdv-pref

Version, currently master branch1 version
  • master branchlatestOct 8, 2018

github.com/ybart/verif-rdv-pref

Outil de vérification de disponibilité des RdV en prefecture

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  verif-rdv-pref:
    github: ybart/verif-rdv-pref
    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
0.26.1
License
MIT
Author
Yvan BARTHÉLEMY
Target
  • verif-rdv-pref from src/verif-rdv-pref.cr

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal
  • crecto*github: fridgerator/crecto
  • micrate*github: amberframework/micrate
  • sqlite3*github: crystal-lang/crystal-sqlite3
  • kemal-csrf*github: kemalcr/kemal-csrf

README

verif-rdv-pref

Check prefecture availability for appointments.

Installation

  • Install Crystal
    brew update
    brew install crystal
  • Clone the repo locally
    git clone git@github.com:ybart/verif-rdv-pref.git
    cd verif-rdv-pref
  • See usage

Usage

shards install
crystal build --release src/web.cr
./web

Contributing

  1. Fork it ( https://github.com/ybart/verif-rdv-pref/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

  • ybart Yvan BARTHÉLEMY - creator, maintainer