{"id":19724778,"url":"https://github.com/bigchaindb/meetups","last_synced_at":"2026-05-06T13:06:28.414Z","repository":{"id":150847719,"uuid":"92737892","full_name":"bigchaindb/meetups","owner":"bigchaindb","description":"🤖 Microservice to cache and expose our upcoming Meetups. Beep boop.","archived":false,"fork":false,"pushed_at":"2019-05-16T07:13:23.000Z","size":86,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-10T16:49:25.203Z","etag":null,"topics":["json","meetup","microservice","nodejs"],"latest_commit_sha":null,"homepage":"https://www.bigchaindb.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bigchaindb.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-29T12:28:24.000Z","updated_at":"2020-04-13T11:54:02.000Z","dependencies_parsed_at":"2023-05-03T06:46:11.167Z","dependency_job_id":null,"html_url":"https://github.com/bigchaindb/meetups","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/bigchaindb%2Fmeetups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigchaindb%2Fmeetups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigchaindb%2Fmeetups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigchaindb%2Fmeetups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigchaindb","download_url":"https://codeload.github.com/bigchaindb/meetups/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241045707,"owners_count":19899705,"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":["json","meetup","microservice","nodejs"],"created_at":"2024-11-11T23:27:04.749Z","updated_at":"2026-05-06T13:06:23.373Z","avatar_url":"https://github.com/bigchaindb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [![meetups](media/repo-banner@2x.png)](https://www.bigchaindb.com)\n\n\u003e Microservice to cache and expose [our upcoming Meetups](https://www.meetup.com/BigchainDB-IPDB-Meetup/) for use throughout [www.bigchaindb.com](https://www.bigchaindb.com).\n\n[![Build Status](https://travis-ci.org/bigchaindb/meetups.svg?branch=master)](https://travis-ci.org/bigchaindb/meetups)\n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)\n[![Greenkeeper badge](https://badges.greenkeeper.io/bigchaindb/meetups.svg)](https://greenkeeper.io/)\n\u003cimg src=\"http://forthebadge.com/images/badges/powered-by-electricity.svg\" height=\"20\"/\u003e\n\u003cimg src=\"http://forthebadge.com/images/badges/as-seen-on-tv.svg\" height=\"20\"/\u003e\n\u003cimg src=\"http://forthebadge.com/images/badges/uses-badges.svg\" height=\"20\"/\u003e\n\n## API\n\nEndpoint: [`https://bigchaindb-meetups.now.sh`](https://bigchaindb-meetups.now.sh)\n\n### GET /\n\n**200**: Returns all upcoming meetups, e.g.:\n\n```json\n[\n  {\n      \"created\": 1480492250000,\n      \"id\": \"235925067\",\n      \"name\": \"Privacy on the Blockchain\",\n      \"rsvp_limit\": 55,\n      \"status\": \"upcoming\",\n      \"time\": 1496854800000,\n      \"updated\": 1495634541000,\n      \"utc_offset\": 7200000,\n      \"waitlist_count\": 9,\n      \"yes_rsvp_count\": 61,\n      \"venue\": {\n         \"id\": 24947394,\n         \"name\": \"BlueYard\",\n         \"lat\": 52.49262237548828,\n         \"lon\": 13.413067817687988,\n         \"repinned\": false,\n         \"address_1\": \"Grimmstraße 13, 10967 \",\n         \"city\": \"Berlin\",\n         \"country\": \"de\",\n         \"localized_country_name\": \"Germany\"\n     },\n     \"group\": {\n         \"created\": 1480330155000,\n         \"name\": \"BigchainDB \u0026 IPDB Meetup\",\n         \"id\": 21301439,\n         \"join_mode\": \"open\",\n         \"lat\": 52.52000045776367,\n         \"lon\": 13.380000114440918,\n         \"urlname\": \"BigchainDB-IPDB-Meetup\",\n         \"who\": \"Members\"\n     },\n     \"link\": \"https://www.meetup.com/BigchainDB-IPDB-Meetup/events/235925067/\",\n     \"description\": \"\",\n     \"visibility\": \"public\"\n },\n ...\n]\n```\n\n## Development\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nAnd run the server:\n\n```bash\nnpm start\n```\n\n## Test\n\nRun the tests:\n\n```bash\nnpm test\n```\n\n## Deployment\n\nDeploy to [now](https://zeit.co/now), make sure to switch to BigchainDB org before deploying:\n\n```bash\n# first run\nnow login\nnow switch\n\n# deploy\nnow\n# switch alias to new deployment\nnow alias\n```\n\n## Authors\n\n- Matthias Kretschmann ([@kremalicious](https://github.com/kremalicious)) - [BigchainDB](https://www.bigchaindb.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigchaindb%2Fmeetups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigchaindb%2Fmeetups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigchaindb%2Fmeetups/lists"}