https://github.com/mrlynn/hacktoberfest
Testing Submissions for Hacktoberfest
https://github.com/mrlynn/hacktoberfest
hacktoberfest mongodb stitch
Last synced: 7 months ago
JSON representation
Testing Submissions for Hacktoberfest
- Host: GitHub
- URL: https://github.com/mrlynn/hacktoberfest
- Owner: mrlynn
- Created: 2018-09-28T13:43:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T00:57:37.000Z (over 7 years ago)
- Last Synced: 2025-02-03T11:50:39.495Z (11 months ago)
- Topics: hacktoberfest, mongodb, stitch
- Language: JavaScript
- Size: 1.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Welcome to the MongoDB's Hacktoberfest Repository!
## What is Hacktoberfest?
Hacktoberfest is a month-long celebration of open source software. Started originally by our friends at [Digital Ocean](http://digitalocean.com)
## How is MongoDB Participating?
This year, we're celebrating open source software by hosting a challenge for software developers. Innovation and developer of freely available software is an essential part of our ecosystem. This is why we're incenting developers to create interesting projects leveraging [MongoDB Stitch](http://www.mongodb.com/cloud/stitch) and export the apps for storage on a [GitHub](http://github.com) repository.
## How can you participate?
Simply create an app and leverage [MongoDB Stitch](http://www.mongodb.com/cloud/stitch) as part of the app. Export the source code for the app using the handy export capability from within Stitch. Then, create a README.md file for your project that leverages a [MongoDB Stitch App Badge](./badges.md). Similar to the following examples.
### Working Stitch App Example


### Non-working Stitch App Example

Badges are created using a call to a MongoDB Stitch app that we wrote specifically for Hacktoberfest. You can see the source [here](https://github.com/mrlynn/hacktoberfest/blob/master/stitchapp/services/badgeservice/incoming_webhooks/badge/source.js). To place a MongoDB Stitch app on your repository, simply create a Stitch App and visit the Getting Started page of your app to find the Stitch App ID. Create an image tag in the markup of your README replacing the with your actual App ID:
```

```