crystaljobs-api

Version, currently 0.2.03 versions

github.com/crystaljobs/api

API backend for Crystal Jobs

3 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  crystaljobs-api:
    github: crystaljobs/api
    version: ~> 0.2.0

Then run:

shards install

shard.yml

Crystal
0.27.0
Author
Vlad Faust
Targets
  • cake from src/cake.cr
  • server from src/crystaljobs.cr

Dependencies

Runtime Dependencies

  • pg~> 0.15.0github: will/crystal-pg
  • atom*github: atomframework/atom, commit: ecbf2fc
  • migrate~> 0.4.0github: vladfaust/migrate.cr
  • cake-bake~> 0.2.0github: vladfaust/cake-bake.cr

README

crystal_jobs

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/your-github-user/crystal_jobs/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