unsplash-crawler
v0.0.1
Published
Crawl all images from unsplash
Downloads
3
Maintainers
Readme
unsplash-crawler
A simple script by Node.js to crawl all images from unsplash.com. Dump it to mongodb database.
Install and use
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.
nano config.js # Open the config.js file
4 - Let's do it!
node index.js
How to contribute
- Fork the project on Github
- Create a topic branch for your changes
- Ensure that you provide documentation and test coverage for your changes (patches won’t be accepted without)
- Create a pull request on Github (these are also a great place to start a conversation around a patch as early as possible)
License
MIT License
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: