Skip to content

elm-eug/swapi-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swapi-viz

Visualize the Star Wars API.

planets

Elm Setup

Learn some Elm using these resources.

You can write & compile Elm using Ellie. Or...

npm i -g elm elm-format elm-oracle will install the following tools:

  • elm-repl — play with Elm expressions
  • elm-reactor — get a project going quickly
  • elm-make — compile Elm code directly
  • elm-package — download packages
  • elm-format — makes code easy to read, write & maintain
  • elm-oracle — query project source code & docs

Then add Elm language support to your editor and you will have a robust enviornment for devloping Elm apps.

Project Setup

Run elm-make Main.elm --output=dist/app.js and open dist/index.html in your browser. Use this chrome exension.

About

Visualize the Star Wars API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages