forked from freeCodeCamp/meeting-for-good
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.osfg-dir-config.js
27 lines (22 loc) · 1.06 KB
/
.osfg-dir-config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
OPEN SOURCE FOR GOOD DIRECTORY SAMPLE CONFIG FILE
title: Displayed at the Top and as the WebPage Title
demoVideo: for the moment it only works with a regular YouTube links.
liveDemo: address to the Homepage of the Project.
description: an ES6 Template String with Github Markdown.
Keep it relatively short, a paragraph tops.
body: an ES6 Template String with Github Markdown.
Please include the license and FreeCodeCamp copyright at the end.
If the 'liveDemo' or the 'demoVideo' aren't yet available you can
exclued them, they just won't be added to the Project's page.
*/
module.exports = {
title: 'Meeting for Good',
demoVideo: 'https://www.youtube.com/watch?v=LVZbUDzx1a0&',
liveDemo: 'https://meeting.freecodecamp.com/',
description: `A tool to effortlessly schedule calls and meetings across multiple timezones.`,
body: `#### License
This computer software is licensed under the Open Source [BSD-3-Clause](https://github.com/freeCodeCamp/Mail-for-Good/blob/master/LICENSE.md).
Copyright (c) 2017, freeCodeCamp.
`
};