Skip to content

🔭 A small Gleam project to tell you when to look up if you wanna see the space station

License

Notifications You must be signed in to change notification settings

emilywoods/look-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Look up

Looking for the International Space Station: A small Gleam app to tell you when to look up if you want to see the ISS.

Quick start

# Build the project
rebar3 compile

# Run the eunit tests
rebar3 eunit

# Run the Erlang REPL
rebar3 shell

When should I look up?

# Run the Erlang REPL
rebar3 shell

# Execute the following (inputting your own coordinates)
1> look_up:run(51.509865, -.118092).
Look up at 2020-06-28 02:54 +00:00 if you want to see the space station!
ok

Installation

If available in Hex this package can be installed by adding look_up to your rebar.config dependencies:

{deps, [
    look_up
]}.

About

🔭 A small Gleam project to tell you when to look up if you wanna see the space station

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages