Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.37 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.37 KB

COC-Clan-Page

Clash of Clans Clan Page - Uses the Clash of Clans API to display your clans information and clan members information.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Web Server with PHP5.6+
Web Server with Static IP address.

Installing

Upload the files to your web server.

Go to https://developer.clashofclans.com to setup your API token.

Edit the php/coc-clan.php file and change the following variables with your API Token and Clan Tag.

Examples:

$token = "eyJ0eXAi0iJK...JX0LoTnNQ";
$clantag = "#AAA000BB";

Built With

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments