Difference between revisions of "Hackerspaces ch"

From Fixme.ch
Jump to: navigation, search
(Project)
Line 12: Line 12:
 
== Project ==
 
== Project ==
 
*The developpement repository is on github
 
*The developpement repository is on github
  git@github.com:fixme-lausanne/hackerspaces_ch.git
+
  git clone git@github.com:fixme-lausanne/hackerspaces_ch.git #needs permission
 +
git clone https://github.com/fixme-lausanne/hackerspaces_ch.git #read-only
 
* If you don't want to use github for any reason just contact gcmalloc, he will be happy to give you other ways to contribute.
 
* If you don't want to use github for any reason just contact gcmalloc, he will be happy to give you other ways to contribute.
 
*You can always fork it, and make a pull request.
 
*You can always fork it, and make a pull request.
 
*A trello board for informal or long term goal is open, you can simply go to  
 
*A trello board for informal or long term goal is open, you can simply go to  
 
**https://trello.com/board/hackerspaces-ch/5196bd001dc610b17800b39a
 
**https://trello.com/board/hackerspaces-ch/5196bd001dc610b17800b39a

Revision as of 18:02, 25 July 2013

Description

  • http://hackerspaces.ch
  • List of hackerspaces in Switzerland
  • Scrapper of hackerspaces.org (for any country btw)

Goal

This software project has two goals 1) provide a centralized glances of all the hackerspaces in Switzerland. 2) provide an api for querying informations about those hackerspaces.

Project

  • The developpement repository is on github
git clone git@github.com:fixme-lausanne/hackerspaces_ch.git #needs permission
git clone https://github.com/fixme-lausanne/hackerspaces_ch.git #read-only