{"id":23207437,"url":"https://github.com/alestor123/conferences","last_synced_at":"2026-05-07T18:40:52.043Z","repository":{"id":57700893,"uuid":"365452150","full_name":"alestor123/CONFERENCES","owner":"alestor123","description":"This is a simple code for fetching developer events for the year","archived":false,"fork":false,"pushed_at":"2022-06-29T15:28:09.000Z","size":137,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T17:51:44.834Z","etag":null,"topics":["cli","cli-app","conferences","convention","conventions","developer","devops","events","javascript","javascript-conference","javascript-conferences","javascript-events","node","nodejs","project","term","terminal"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/conferences","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/alestor123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-08T07:45:12.000Z","updated_at":"2023-03-04T04:27:50.000Z","dependencies_parsed_at":"2022-08-29T04:31:25.422Z","dependency_job_id":null,"html_url":"https://github.com/alestor123/CONFERENCES","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/alestor123%2FCONFERENCES","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alestor123%2FCONFERENCES/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alestor123%2FCONFERENCES/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alestor123%2FCONFERENCES/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alestor123","download_url":"https://codeload.github.com/alestor123/CONFERENCES/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247326906,"owners_count":20920934,"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":["cli","cli-app","conferences","convention","conventions","developer","devops","events","javascript","javascript-conference","javascript-conferences","javascript-events","node","nodejs","project","term","terminal"],"created_at":"2024-12-18T17:19:01.138Z","updated_at":"2026-05-07T18:40:51.975Z","avatar_url":"https://github.com/alestor123.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=center\u003eCONFERENCES\u003c/h1\u003e\n\n\u003e This is a simple code for fetching developer events for the year\n\n\u003cp align=center\u003e\n\u003cimg src=\"https://img.shields.io/github/license/alestor123/CONFERENCES\" alt=issues \u003e\n\u003ca href=\"https://github.com/alestor123/CONFERENCES/issues\"\u003e\n\u003cimg src=\"https://img.shields.io/github/issues-raw/alestor123/CONFERENCES\"\u003e\u003c/a\u003e\n\u003cimg src=\"https://github.com/alestor123/CONFERENCES/actions/workflows/main.yml/badge.svg?branch=master\"\u003e\n\u003ca href=\"https://www.npmjs.com/package/conferences\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/conferences\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=center\u003e\n\u003ca href=\"https://npmjs.org/package/conferences\"\u003e\n\u003cimg src=\"https://nodei.co/npm/conferences.png\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## 🚀 Usage\n\n## API\n\n```\nconst conferences = require('conferences');\n(async () =\u003e {\n  const data = await conferences(process.env.GHTOKEN, { topics: ['typescript'] })\n  console.log(data)\n})()\n/*\n[ { name: 'TypeVille',\n       url: 'https://www.typeville.io',\n       startDate: '2022-04-20',\n       endDate: '2022-04-22',\n       city: 'Krynica Zdrój',\n       country: 'Poland',\n       online: false,\n       cfpUrl: 'https://sml.io/typeville',\n       cfpEndDate: '2022-01-09',\n       twitter: '@typevilleconf',\n       cocUrl: 'https://www.typeville.io/',\n       year: '2022',\n       topic: 'typescript',\n       isOver: true,\n       month: 'April',\n       thisMonth: false },\n     { name: 'TS Congress',\n       url: 'https://typescriptcongress.com',\n       startDate: '2022-04-29',\n       endDate: '2022-04-29',\n       online: true,\n       cfpUrl:\n        'https://docs.google.com/forms/d/e/1FAIpQLScq-aWVf_oGvLdstVdsKJAfWzxpAsWoQNz_KrrGN2gqfASQ1A/viewform',\n       cfpEndDate: '2022-03-01',\n       twitter: '@ts_congress',\n       cocUrl: 'https://typescriptcongress.com/coc',\n       year: '2022',\n       topic: 'typescript',\n       isOver: true,\n       month: 'April',\n       thisMonth: false },\n     { name: 'Render-Atlanta (RenderATL)',\n       url: 'https://www.renderatl.com',\n       startDate: '2022-06-01',\n       endDate: '2022-06-04',\n       city: 'Atlanta, GA',\n       country: 'U.S.A.',\n       online: false,\n       twitter: '@RenderATL',\n       cocUrl: 'RenderATL.com/thecode',\n       offersSignLanguageOrCC: true,\n       year: '2022',\n       topic: 'typescript',\n       isOver: true,\n       month: 'June',\n       thisMonth: true },\n     { name: 'App.js Conf',\n       url: 'https://appjs.co',\n       startDate: '2022-06-08',\n       endDate: '2022-06-10',\n       city: 'Kraków',\n       country: 'Poland',\n       online: true,\n       cfpUrl:\n        'https://docs.google.com/forms/d/1-TUgnCqqGsTufBv2W5Nn8rXzoBg7qpBZKoQT0qKp7jA/edit',\n       cfpEndDate: '2022-02-22',\n       twitter: '@appjsconf',\n       cocUrl: 'https://appjs.co/Code-of-Conduct.pdf',\n       offersSignLanguageOrCC: true,\n       year: '2022',\n       topic: 'typescript',\n       isOver: true,\n       month: 'June',\n       thisMonth: true },\n     { name: 'Prisma Day',\n       url: 'https://www.prisma.io/day',\n       startDate: '2022-06-15',\n       endDate: '2022-06-16',\n       city: 'Berlin',\n       country: 'Germany',\n       online: true,\n       cfpUrl: 'https://prisma103696.typeform.com/to/Gm9zMrKA',\n       cfpEndDate: '2022-04-25',\n       twitter: '@prisma',\n       cocUrl:\n        'https://github.com/prisma/prisma/blob/main/CODE_OF_CONDUCT.md',\n       year: '2022',\n       topic: 'typescript',\n       isOver: false,\n       month: 'June',\n       thisMonth: true },\n     { name: 'React Summit',\n       url: 'https://reactsummit.com',\n       startDate: '2022-06-17',\n       endDate: '2022-06-21',\n       city: 'Amsterdam',\n       country: 'Netherlands',\n       online: true,\n       cfpUrl:\n        'https://docs.google.com/forms/d/e/1FAIpQLSfVG_bNAebxhlERx1do33ekcmkLx25f1wh478MPv2CW6UvMlw/viewform',\n       cfpEndDate: '2022-03-20',\n       twitter: '@ReactSummit',\n       cocUrl: 'https://reactsummit.com/coc',\n       year: '2022',\n       topic: 'typescript',\n       isOver: false,\n       month: 'June',\n       thisMonth: true },\n     { name: 'FullStack eXchange',\n       url:\n        'https://skillsmatter.com/conferences/13770-fullstack-exchange-2022',\n       startDate: '2022-07-27',\n       endDate: '2022-07-28',\n       city: 'London',\n       country: 'U.K.',\n       online: true,\n       cfpUrl:\n        'https://skillsmatter.com/conferences/13727-fullstack-exchange-online#get_involved',\n       cfpEndDate: '2022-04-28',\n       twitter: '@skillsmatter',\n       cocUrl: 'https://skillsmatter.com/go/code-of-conduct',\n       year: '2022',\n       topic: 'typescript',\n       isOver: false,\n       month: 'July',\n       thisMonth: false },\n     { name: 'CascadiaJS',\n       url: 'https://2022.cascadiajs.com',\n       startDate: '2022-08-30',\n       endDate: '2022-09-02',\n       city: 'Bend, OR',\n       country: 'U.S.A.',\n       online: false,\n       twitter: '@cascadiajs',\n       cocUrl: 'https://2022.cascadiajs.com/code-of-conduct',\n       offersSignLanguageOrCC: true,\n       year: '2022',\n       topic: 'typescript',\n       isOver: false,\n       month: 'August',\n       thisMonth: false },\n     { name: 'Infobip Shift',\n       url: 'https://shift.infobip.com',\n       startDate: '2022-09-19',\n       endDate: '2022-09-20',\n       city: 'Zadar',\n       country: 'Croatia',\n       online: true,\n       cfpUrl: 'https://sessionize.com/infobipshift',\n       cfpEndDate: '2022-07-01',\n       twitter: '@infobipshift',\n       cocUrl: 'https://shift.infobip.com/code/',\n       year: '2022',\n       topic: 'typescript',\n       isOver: false,\n       month: 'September',\n       thisMonth: false },\n     { name: 'International JavaScript Conference',\n       url: 'https://javascript-conference.com/new-york',\n       startDate: '2022-09-26',\n       endDate: '2022-09-29',\n       city: 'New York, NY',\n       country: 'U.S.A.',\n       online: true,\n       twitter: '@JavaScriptCon',\n       year: '2022',\n       topic: 'typescript',\n       isOver: false,\n       month: 'September',\n       thisMonth: false },\n     { name: 'DevTernity',\n       url: 'https://devternity.com',\n       startDate: '2022-12-08',\n       endDate: '2022-12-09',\n       online: true,\n       twitter: '@devternity',\n       cocUrl: 'https://devternity.com/code_of_conduct.html',\n       year: '2022',\n       topic: 'typescript',\n       isOver: false,\n       month: 'December',\n       thisMonth: false } ] }\n*/\n```\n\n## Quick use\n```\n$ npx conferences \n```\n## CLI Installation\n```\n$ npm install -g conferences\n```\n```\n$ conferences\n```\n# Screenshots    \n\n![shot](./demo/shots/conferences.png)\n![shot](./demo/shots/conferences1.png)\n\n\n\n## 💖 [Donate](https://alestor123.is-a.dev/donate)\n\n\n\n## Author\n\n👤 **Alestor Aldous**\n\n- Twitter: [@alestor123](https://twitter.com/alestor123)\n- Github: [@alestor123](https://github.com/alestor123)\n\n\n## 📝 License\n\u003e MIT\n\nCopyright © 2022 [Alestor Aldous](https://github.com/alestor123).\u003cbr /\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falestor123%2Fconferences","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falestor123%2Fconferences","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falestor123%2Fconferences/lists"}