flowsk

Version, currently master branch1 version
  • master branchlatestJul 23, 2019

github.com/flowsk/api

Flowsk API

2 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  flowsk:
    github: flowsk/api
    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.29.0
Author
Celso Fernandes
Target
  • flowsk from src/flowsk.cr

Dependencies

Runtime Dependencies

  • jwt*github: crystal-community/jwt
  • avram*github: fernandes/avram, branch: feature/polymorphism
  • lucky~> 0.15.0github: luckyframework/lucky
  • radix*github: luislavena/radix
  • redis~> 2.2.1github: stefanwille/crystal-redis
  • carbon~> 0.1.0github: luckyframework/carbon
  • dotenv*github: gdotdesign/cr-dotenv
  • schedule*github: hugoabonizio/schedule.cr
  • authentic~> 0.3.0github: luckyframework/authentic

Development Dependencies

  • ameba~> 0.10.0github: veelenga/amebadev

README

flowsk

This is a project written using Lucky. Enjoy!

Setting up the project

  1. Install required dependencies
  2. Run script/setup
  3. Run lucky dev to start the app

Learning Lucky

Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.