Difference between revisions of "Hackerspaces ch"

From Fixme.ch
Jump to: navigation, search
(creating hackerspaces.ch page)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
This software project has two goals
+
[[Category:Closed_Projects]]
1) provide a centralized glances of all the hackerspaces in Switzerland.
+
== Description ==
2) provide an api for querying informations about those hackerspaces.
+
* http://hackerspaces.ch
 +
* List of hackerspaces in Switzerland
 +
* Scrapper of hackerspaces.org (for any country btw)
 +
 
 +
== Goal ==
 +
*This software project has two goals:
 +
*# provide a centralized glances of all the hackerspaces in Switzerland.
 +
*# provide an api for querying informations about those hackerspaces.
  
 
== Project ==
 
== Project ==
The developpement repository is on github
+
*The developpement repository is on github
 
+
git clone git@github.com:fixme-lausanne/hackerspaces_ch.git #needs permission
    git@github.com:fixme-lausanne/hackerspaces_ch.git
+
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  
 
+
**https://trello.com/board/hackerspaces-ch/5196bd001dc610b17800b39a
A trello board for informal or long term goal is open, you can simply go to  
+
    https://trello.com/board/hackerspaces-ch/5196bd001dc610b17800b39a
+
to access it.
+

Latest revision as of 14:57, 14 November 2019

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