Crawl all images from unsplash
npm install unsplash-crawlerA simple script by Node.js to crawl all images from unsplash.com. Dump it to mongodb database.
Require Nodejs, Npm, MongoDb
1 - Clone the script
`````
git clone https://github.com/duyetdev/unsplash-crawler && cd unsplash-crawler
2 - Install node.js packages
````
npm install
3 - Config the crawler
Open the config.js file and custom your config.
``sh``
nano config.js # Open the config.js file

4 - Let's do it!
``sh```
node index.js

1. Fork the project on Github
2. Create a topic branch for your changes
3. Ensure that you provide documentation and test coverage for your changes (patches won’t be accepted without)
4. Create a pull request on Github (these are also a great place to start a conversation around a patch as early as possible)
Copyright (c) 2015 Van-Duyet Le
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: