Difference between revisions of "Hackerspaces ch"

From Fixme.ch
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Ongoing_Projects]]
+
[[Category:Closed_Projects]]
 
== Description ==
 
== Description ==
 
* http://hackerspaces.ch
 
* http://hackerspaces.ch
Line 6: Line 6:
  
 
== Goal ==
 
== Goal ==
This software project has two goals
+
*This software project has two goals:
1) provide a centralized glances of all the hackerspaces in Switzerland.
+
*# provide a centralized glances of all the hackerspaces in Switzerland.
2) provide an api for querying informations about those hackerspaces.
+
*# provide an api for querying informations about those hackerspaces.
  
 
== 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

Latest revision as of 16: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