Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Smartmirror | 87 | 3 years ago | 2 | mit | JavaScript | |||||
My MagicMirror running on a Raspberry Pi | ||||||||||
Aqualink App | 32 | 3 days ago | 27 | mit | TypeScript | |||||
Aqualink.org Ocean Monitoring Application | ||||||||||
Animex | 29 | 2 years ago | 7 | JavaScript | ||||||
This is a single page application which allows users to browse and view a catalog of anime series and movies. Built with React/Redux. | ||||||||||
React Nest Thermostat | 19 | 2 | 7 years ago | 10 | June 30, 2016 | mit | JavaScript | |||
Provides a basic display of the Nest thermostat. | ||||||||||
Luftdaten_irceline_viewer | 14 | 3 years ago | 16 | mit | JavaScript | |||||
interactive Air-Quality map showing Irceline and luftdaten data | ||||||||||
Iot_raspberry_pi | 13 | 5 years ago | Java | |||||||
Codes used in video series on IoT with Raspberry Pi using JAVA. | ||||||||||
React Thermometer | 12 | 5 | 2 | 6 years ago | 3 | November 29, 2015 | mit | JavaScript | ||
a simple thermometer gauge component (does not tell temperature) | ||||||||||
React Pit Master | 12 | 6 years ago | JavaScript | |||||||
Example React app built for JazzCon 2017 | ||||||||||
Arduino Weather Station | 12 | 5 months ago | 11 | gpl-3.0 | PHP | |||||
This project is designed to teach the basic skills and understanding of working with microcontrollers ATmega (Arduino). The project is a working model of an automated weather station, consisting of two the Component: transmitter and receiver. The controller transmits data to a remote web server, and to indicate the current readings uses character. | ||||||||||
React Circosjs | 12 | 4 | 5 years ago | 1 | July 14, 2018 | 4 | JavaScript | |||
React wrapper for CircosJS |
This is the main repository for the Aqualink Coral Monitoring Application.
Aqualink is a philanthropically funded system to help people manage their local marine ecosystems in the face of increasing Ocean temperatures. The system consists of satellite-connected underwater temperature sensors and photographic surveys to allow for remote collaboration with scientists across the world. If you are concerned about the effect of climate change on your local reef and want to do something about it then please apply to get a smart buoy for free.
The app is a monorepo managed by Lerna using
Yarn Workspaces. Individual packages are found in the ./packages
directory. The app has two primary components:
Commands can either be run for a specific package by changing to the package subdirectory and running them directly , or for the entire project by running them here in this directory.
To get started, run yarn install
from this directory. This will install all dependencies for all the packages. You
will also need to do some package-specific configuration such as setting up a .env
file for environment variables
# Build all of the packages
yarn build
# Run tests for all of the packages
yarn test
# Start up all of the packages locally
yarn start
# Lint a specific file
yarn lint ./packages/api/src/path/to/file.ts
# Lint all the files in the app
yarn lint:all
We are using Google App Engine to deploy applications. The default project we are using is ocean-systems
.
gcloud auth login
# Set the project to ocean-systems
gcloud config set project ocean-systems
# Deploy to Google Cloud
yarn deploy
# Wait and verify that the app is running
gcloud app browse
Aqualink is an MIT-licensed open source project. Contributions from developers and scientists are welcome!
Aqualink is MIT licensed.