Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.39 KB

README.MD

File metadata and controls

41 lines (29 loc) · 1.39 KB

The Noun Uploader

PHP Composer License: MIT

Drag and drop uploader for icons from The Noun project. It provides a convenient and quick process for importing into Commons icons that were previously downloaded from thenounproject.com

Requirements

Installing dependencies

Let composer find and install latest versions of dependencies

composer update

Configuration

Rename settings-sample.php to settings.php and change the parameters according to your Oauth consumer app.

Checkout MediaWiki documentation for more details on creating your Oauth credentials.

Quickstart the app

php -S localhost:5000

Unit testing

Do some testing by running the following command

composer test

Todo

Contributors