andrewnathanco / mural

This is a repository for the Mural online game at ancgames.com/mural
https://ancgames.com/mural
GNU Affero General Public License v3.0
0 stars 0 forks source link

[FEAT]: Add themed days #46

Closed andrewnathanco closed 10 months ago

andrewnathanco commented 10 months ago

Make it so that each day is a different year

andrewnathanco commented 10 months ago

https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&primary_release_date.gte=1979&primary_release_date.lte=1990&sort_by=popularity.desc'

I should be able to refactor my MovieDAL to include a function that gets me back the movies for given year. Then instead of getting back all movies daily, I get back decades.

andrewnathanco commented 10 months ago

@Jcohen010 this is the pull issue/pull request with theming changes