-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from ccil-kbw/add-masjid-data
feat: add simple data
- Loading branch information
Showing
34 changed files
with
10,584 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
python/ | ||
.vscode | ||
.idea/ | ||
.env | ||
.env | ||
cover.out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: "Centre Culturel Islamique de Laval Khalid Bin Walid" | ||
address: "1330 Antonio, Laval QC" | ||
website: "https://ccil-kbw.com/" | ||
social: # not used yet, need to discuss about these | ||
- platform: "facebook" | ||
url: "https://www.facebook.com/exampleurlidk" | ||
- platform: "instagram" | ||
url: "https://www.instagram.com/exampleurlidk/" | ||
- platform: "youtube" | ||
url: "https://www.youtube.com/@ccil-kbw" | ||
coordinates: | ||
latitude: 45.547559 | ||
longitude: -73.7568045 | ||
contributed_by: "@ccil_kbw" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package version | ||
|
||
const RobotVersion = "v2.0.10" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
pkg/masjid_info/assets/masjids_data/Chomedey Laval QC/@ccil_kbw/info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: "Centre Culturel Islamique de Laval Khalid Bin Walid" | ||
address: "1330 Antonio, Laval QC" | ||
website: "https://ccil-kbw.com/" | ||
coordinates: | ||
latitude: 45.547559 | ||
longitude: -73.7568045 | ||
contributed_by: "@ccil_kbw" |
Oops, something went wrong.