crag_cache

Version, currently main branch1 version
  • main branchlatestJan 30, 2025

github.com/grepsedawk/crag_cacher

Alternative frontend for mountainproject.com

1 stars
0 dependents
License: NOASSERTION

Installation

# Add this to your shard.yml
dependencies:
  crag_cache:
    github: grepsedawk/crag_cacher
    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
1.4.0
Author
grepsedawk
Target
  • app from src/crag_cache.cr

Dependencies

Runtime Dependencies

  • jwt~> 1.6.0github: crystal-community/jwt
  • lucky~> 0.30.0github: luckyframework/lucky
  • markd~> 0.4github: icyleaf/markd
  • carbon~> 0.2.1github: luckyframework/carbon
  • lexbor~> 3.0github: kostya/lexbor
  • authentic~> 0.8.2github: luckyframework/authentic
  • lucky_env~> 0.1.4github: luckyframework/lucky_env
  • lucky_task~> 0.1.1github: luckyframework/lucky_task
  • lucky_cache~> 0.1github: luckyframework/lucky_cache
  • carbon_sendgrid_adapter~> 0.2.1github: luckyframework/carbon_sendgrid_adapter

Development Dependencies

  • vcr*github: spoved/vcr.crdev
  • ameba*github: crystal-ameba/amebadev
  • spectator~> 0.10.5github: icy-arctic-fox/spectatordev
  • lucky_flow~> 0.7.3github: luckyframework/lucky_flowdev

README

crag_cache

This is a project written using Lucky. Enjoy!

Setting up the project

  1. Install required dependencies
  2. Update database settings in config/database.cr
  3. Run script/setup
  4. Run lucky dev to start the app

Learning Lucky

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