项目作者: CHTJonas

项目描述 :
WIP: Processing data from the Computer Lab's weather station at Cambridge University
高级语言: Scala
项目地址: git://github.com/CHTJonas/weather.git
创建时间: 2018-02-11T00:23:47Z
项目社区:https://github.com/CHTJonas/weather

开源协议:MIT License

下载


Weather

A very simple API for obtaining data from the Digital Technology Group’s weather station at the University of Cambridge Computer Lab. Please see https://www.cl.cam.ac.uk/research/dtg/weather/ for more details.

Compiling

You will need to have Java 8 and the Scala Build Tool installed. Then run the following in your terminal:

  1. sbt package
  2. sbt "run com.github.chtjonas.weather.Application -port 8080"

This will start a development HTTP server bound to the default port of 8080.

Motivation

This project is primarily intended as a learning exercise in concurrent programming and RPC engineering in Scala. Feel free to repurpose to your own ends!