DEV Community

Yuval Greenfield
Yuval Greenfield

Posted on

I made release date db to predict when anime seasons will come out

I got the idea from the macrumors buying guide which helps you decide whether or not to buy an iphone or wait for the next generation.

macrumors example iphone release dates

But I couldn't find this data or a visualization like it anywhere for any other products. I wanted to know how this would look for a pixel phone, mario games, gta 6, one punch man seasons, etc. So this is what I came up with:

Release date db for mario

It's a simple Vue 3, Vue router, page you can see at https://github.com/ubershmekel/release-date-db. The release date data was generated by chat gpt into these yaml files: https://github.com/ubershmekel/release-date-db/blob/main/data/games/mario.yml and I have the build script generate a json file so the landing page knows which yaml files exist and to link to them.

I hope y'all like it. Do let me know if you have feedback, or ideas for what other books/games/movies/devices to track. It's at https://release-date-db.netlify.app/

Top comments (0)