Skip to content

laurenmbeatty/osn-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo of Elm for Open Source North

This is an application I created with Elm, integrating the Unsplash API, and using fun CSS (grid, clip-path, etc.),

Getting started

Install many things:

$ npm install -g elm elm-test elm-css [email protected] elm-format@exp

Then install the application-specific elm packages:

$ elm-package install --yes

Finally, get your application up and running:

$ elm-live PhotoGallery.elm --open --output=elm.js

You will need to create an account with Unsplash API and secure a clientID and insert in the appropriate place in PhotoGallery.elm (just look for a TODO).

About

Elm project for Open Source North

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages