emilywoods / look-up

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

License:Apache License 2.0


Languages

Language:Erlang 100.0%