pokemon-type-calculator

Version, currently main branch1 version
  • main branchlatestJan 19, 2021

github.com/AndiLavera/pokemon-type-calculator

A calculator that will return the type effectiveness of a pokemon

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  pokemon-type-calculator:
    github: AndiLavera/pokemon-type-calculator
    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
no constraint declared
License
MIT
Author
Andrew Crotwell
Target
  • bootstrap from src/calculator/bootstrap.cr

Dependencies

Runtime Dependencies

  • athena~> 0.12.0github: athena-framework/athena
  • lambda_builder*github: spinscale/crystal-aws-lambda, branch: master

README

Pokemon Type Calculator

A microservice built in Crystal with Athena.

It's designed to be deployed to AWS lambda however, it can be deployed to a server if preferred. If deploying serverlessly, ensure you set the environment variable SERVERLESS to true in your functions configuration. This will ensure we circumvent the http server that is utilized for dev environments.