kgashok / elm-for-bitly

Using Elm to build a Bitly crawler to get rawgit links
3 stars 1 forks source link
api-client bitly elm-lang

GEB - Glitch, Elm for Bitly

Why this?

Primary reason

Rawgit - going out of service

and

Query for rawgit

gives me zero links, when I actually have at least 10+ links, some of them already not working.

Secondary reason

Misc


Simple Elm Sample App

The Counter example from the Elm documentation in glitch just to see if it would work.

Steps to Get Here

Updated to elm v0.19.0

Command line changes from elm v0.18.0 to v0.19.0

taken from the release notes

# 0.19         # 0.18
elm make       # elm-make
elm repl       # elm-repl
elm reactor    # elm-reactor
elm install    # elm-package install
elm publish    # elm-package publish
elm bump       # elm-package bump
elm diff       # elm-package diff

\ ゜o゜)ノ