sunset
v0.2.0
Published
Nitrogen application that automatically takes photos around sunset given a location and a camera id.
Downloads
5
Readme
Sunset
Nitrogen application that automatically takes photos around sunset given a location and a camera id.
Using this application
- Nitrogen applications are executed in a reactor. Check out our project page for an explanation of what that means if you haven't executed an application before.
- Use the Nitrogen command tool to install this application into a reactor:
n2 reactor install <reactor_id> <instance_id> sunset
- Then start the application using:
n2 reactor install <reactor_id> <instance_id> --params '{"camera_id": "ID", "latitude": 34.22, "longitude": -123.12}'
Paramters
- camera_id: The camera to take a photo of the sunset with
- latitude: The latitude this camera is at (for calculation of the sunset time)
- longitude: The longitude this camera is at (for calculation of the sunset time)
Nitrogen Project
The Nitrogen project is housed in a set of GitHub projects:
- service: Core platform responsible for managing principals, security, and messaging.
- client: JavaScript client library for building Nitrogen devices and applications.
- admin: Web admin tool for working with the Nitrogen service.
- device: Device principals for common pieces of hardware.
- commands: CommandManagers and schemas for well known command types.
- cli: Command line interface for working with the Nitrogen service.
- reactor: Always-on hosted application execution platform.
- apps: Project maintained Nitrogen applications.