-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert to JSON? #10
Comments
Then it would either A) not be readable in the README or B) README would need to be generated. The other awesome lists do not have it as JSON. |
Sure. Or extract JSON from README. Easy too. |
Would be cool to be more interop-friendly. Want two things though:
Wonder if something could achieve both of those things at once. Like a website with a form to CRUD the list where it auto-generates pull requests to modify both the Markdown and the JSON file. |
Yeah, this was my first idea. Have some kind of script or parser (needs to be fairly forgiving, probably) that can generate JSON from the readme. |
You can include HTML comments in Markdown. That could help a bit. However, do you really think someone will want to have this data in JSON? And if yes, for what purpose? |
@robinpokorny Site (could be in this repo even). Also handy for conf organizers but of course you still have to transform the data to fit your system. |
@stojanovic expressed some interest in helping with this one too just now. |
Yes, idea is to have API endpoint and AWS Lambda function that will convert list to JSON format. |
Guys, we need a database with a GraphQL API endpoint, with foreign keys to events each person has spoken at, some animated UI, and a mobile app. 💥 Or, you know, just a document. 🤷♂️ |
Hey guys, I created https://confcitizens.com/ which is based on Everything is converted to JSON now And the website is open sourced ofc https://github.com/yakovlevyuri/confcitizens. Want to hear your feedback and feel free to contribute! |
@yakovlevyuri Added you on Twitter. Let's get in touch and see what we can do. |
If you do that, it’s easier to use the data for sites etc.
The text was updated successfully, but these errors were encountered: