{"id":13555739,"url":"https://github.com/thesteve0/fluentwebmap","last_synced_at":"2025-04-03T08:32:00.735Z","repository":{"id":14052716,"uuid":"16755554","full_name":"thesteve0/fluentwebmap","owner":"thesteve0","description":"This is a Node.JS + MongoDBwith a Leaflet frontend mapping application. It should be all self contained","archived":false,"fork":false,"pushed_at":"2014-02-12T23:20:45.000Z","size":167,"stargazers_count":67,"open_issues_count":1,"forks_count":26,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-04-14T15:44:10.466Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thesteve0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-12T04:09:01.000Z","updated_at":"2023-09-11T10:53:10.000Z","dependencies_parsed_at":"2022-09-23T18:23:33.597Z","dependency_job_id":null,"html_url":"https://github.com/thesteve0/fluentwebmap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesteve0%2Ffluentwebmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesteve0%2Ffluentwebmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesteve0%2Ffluentwebmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesteve0%2Ffluentwebmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thesteve0","download_url":"https://codeload.github.com/thesteve0/fluentwebmap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246966009,"owners_count":20861979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:03:23.199Z","updated_at":"2025-04-03T08:31:55.716Z","avatar_url":"https://github.com/thesteve0.png","language":"JavaScript","readme":"#The code to accompany [Fluent Webcast](http://www.oreillynet.com/pub/e/3017) 2014\n\nThis code actually belongs to a [blog piece](https://openshift.redhat.com/community/blogs/using-nodejs-mongodb-express-for-your-spatial-web-service-and-its-free) written on OpenShift.com \n\n\nIt is a very simple application that let's serve up points on an OpenStreetMap base layer. If you want to use your own data you can replace the contents of parks.json with your own data and import that instead.\n\n\nRunning on OpenShift\n----------------------------\n\nCreate an account at http://openshift.redhat.com/\n\nCreate a Node.js application and add a MongoDB cartridge to the app\n\n    rhc app create fluentwebmap nodejs-0.1 mongodb-2.2 -s -g medium\n    \nYou can name your application anything you want - it does not have to be fluentwebmap.\n\nThe command line above also uses -s to make it a scalable application, where MongoDB and Node.JS are on different gears and therefore do not have to share resources. It also allows them to scale independently\n\nSince I am a paid user, I am also choosing to use medium gears (1 gig of memory) by using the -g flag for my applications.\n\n\nnow add this upstream node repo\n\n\n    cd fluentwebmap\n    git remote add upstream -m master https://github.com/thesteve0/fluentwebmap.git\n    git pull -s recursive -X theirs upstream master\n    \nThen push the repo upstream\n\n    git push\n    \n\nYou can now checkout your application at:\n\n    http://fluentwebmap-$yournamespace.rhcloud.com/\n\n\nLicense\n-------\n\nThis code is dedicated to the public domain to the maximum extent\npermitted by applicable law, pursuant to CC0\nhttp://creativecommons.org/publicdomain/zero/1.0/\n","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesteve0%2Ffluentwebmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesteve0%2Ffluentwebmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesteve0%2Ffluentwebmap/lists"}