A webapp to search Flickr photos by month
- ECMAScript
- React
- axios
- create-react-app
- Jest
- Yarn/npm
- Bootstrap 3
- Docker
git clone https://github.com/jffourmond/picalendr.git
cd picalendr
- Edit src/FlickrURLs.js and set the API_KEY const to your Flickr application key
docker build -t picalendr .
sudo docker run -p 3001:3001 --name picalendr -t picalendr
You can have a look at the webapp here : http://picalendr.jffourmond.com