0.0.1 • Published 9 years ago

unsplash-crawler v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

  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)

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: