** Made to Gnome interface, but I accept pull requests 😄
This is a initial idea to save the National Geographic's Photo Of The Day. I love these photos, then I can set them as my desktop background image, what I did before manually.
NatGeo Photo of the Day: https://www.nationalgeographic.com/photo-of-the-day/
This file:
- makes the request to the NatGeo server and returns the image url;
- downloads the found image to
./images/
dir; - changes the Gnome background to be the downloaded NetGeo's image of the day.
After clone it, run:
$ cd ./photo-of-the-day
$ ./getDesktopBG.sh
Well, this is it. Those is just the first steps. Already is something.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT © Gabriel Prates