User Tools

Site Tools


projects:grenouille

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
projects:grenouille [2014/03/16 11:24] – created cedricprojects:grenouille [2015/02/27 10:24] cedric
Line 1: Line 1:
 ====== Grenouille ====== ====== Grenouille ======
- +Grenouille is an online service for weather data. Grenouille is written in Python.\\
- +
- +
-Grenouille is an online service for weather data.\\+
 All data can be obtained in JSON and displayed on a map. The Web application is based on Flask and uses PostgreSQL.\\ All data can be obtained in JSON and displayed on a map. The Web application is based on Flask and uses PostgreSQL.\\
 It can be deployed on Heroku. An example of a client for the Yocto-Meteo sensor is provided (inspired from this code). It can be deployed on Heroku. An example of a client for the Yocto-Meteo sensor is provided (inspired from this code).
Line 11: Line 8:
   * a proof of concept station: a watcher running on a Raspberry Pi with a Yoctopuce sensor. Of course you can implement your own client with the API documentation.   * a proof of concept station: a watcher running on a Raspberry Pi with a Yoctopuce sensor. Of course you can implement your own client with the API documentation.
  
-Grenouille is written in Python and is under GPL v3 license.+===== Links =====
   * [[https://bitbucket.org/cedricbonhomme/grenouille/ | Home page]];   * [[https://bitbucket.org/cedricbonhomme/grenouille/ | Home page]];
   * Getting Grenouille:   * Getting Grenouille:
     * git clone https://bitbucket.org/cedricbonhomme/grenouille.git //(main)//     * git clone https://bitbucket.org/cedricbonhomme/grenouille.git //(main)//
     * git clone https://github.com/cedricbonhomme/Grenouille.git //(backup)//     * git clone https://github.com/cedricbonhomme/Grenouille.git //(backup)//
-    * git clone https://git.gitorious.org/pyaggr3g470r/grenouille.git //(backup)// +    * git clone https://git.gitorious.org/grenouille/grenouille.git //(backup)// 
-  * [[https://www.ohloh.net/p/Grenouille/Ohloh page]] of Grenouille;+  * [[https://www.openhub.net/p/Grenouille/Open Hub page]] of Grenouille;
   * [[http://freecode.com/projects/grenouille | Freecode page]] of Grenouille.   * [[http://freecode.com/projects/grenouille | Freecode page]] of Grenouille.
  
-<html> +===== License ===== 
-<script type="text/javascript" src="http://www.ohloh.net/p/642493/widgets/project_factoids_stats.js"></script> +Grenouille is under the [[https://www.gnu.org/licenses/agpl-3.0.html | GNU Affero General Public License version 3]]. 
-</html>+ 
 +{{tag>projects Grenouille Flask cs_lang:python PostgreSQL Heroku}}