Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
motosharpley committed Feb 18, 2018
2 parents 0f5c3c7 + 299f47c commit f9bc935
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 11 deletions.
18 changes: 9 additions & 9 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<title>Google Offline Navigator: An open source project built for Grow with Google </title>



<xmp theme="cerulean" style="display:none;">
## How to contribute
Thanks for your interest in contributing to Offline Google Maps Navigator! Contributing to open source projects like this one can be a rewarding way to learn, teach, and build experience.
Not only that, contributing is a great way to get involved with social coding. We are excited to see what amazing contributions you will make, as well as how your contributions will benefit others.
Here is how you can [contribute](CONTRIBUTING.md) and here is how you can get [set up](README.md) with the code base

## Wiki
The wiki is where you will find more information about the inner workings of this project. You will also find documentation about specific components here.
Check it [out](https://github.com/TheDevPath/googleMaps-offline-navigator/wiki)

## Best Practices
This is where the team captures lessons learned, best practices and "gotchas" that may be of help to others

## Meet the team
Here are the [people](https://github.com/TheDevPath/googleMaps-offline-navigator/graphs/contributors) behind this project

![Logo](https://user-images.githubusercontent.com/35308564/36317506-4407c0aa-130b-11e8-88a2-af1cca16eaba.PNG "Logo")
</xmp>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://cdn.rawgit.com/arturadib/strapdown/gh-pages/v/0.2/strapdown.js"></script>
</html>
3 changes: 3 additions & 0 deletions docs/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#logo {
width: 100px;
}
1 change: 0 additions & 1 deletion models/saved-pins.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ const savedPinsSchema = new mongoose.Schema({
});

module.exports = mongoose.model('SavedPins', savedPinsSchema);

1 change: 0 additions & 1 deletion models/search-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ const searchHistorySchema = new Schema({
});

module.exports = mongoose.model('SearchHistory', searchHistorySchema);

0 comments on commit f9bc935

Please sign in to comment.