Skip to content

NemeStats/NemeStats

Repository files navigation

Stories in Ready NemeStats Build status Code Triagers Badge

NemeStats.com was created as a fun and completely free website for tracking games played and won among a fairly stable group of players. Recording your games will reveal each player's Nemesis (and their Minions), will assign Champions to games (and other badges), will award Achievements and will provide many other interesting statistics.

NemeStats has a full-featured REST API which you are completely entitled to use as a back-end for your own site or application. The API is currently at version 2. For more information on the REST API, check out the Apiary documentation.

The site is actively being developed by a number off contributors. The code base is being constantly refactored in an effort to maintain a clean and sustainable project. We encourage constructive feedback, feature requests, or even pull requests if you'd like to add a feature yourself (but please TDD or at least unit test it :)).

The following GitHub projects and corresponding NuGet packages were spawned as a result of building NemeStats.com:

  • Universal Analytics for DotNet - This is a .NET wrapper over Google's Universal Analytics Measurement Protocol and is used to push custom events to Universal Analytics from the server side.
  • Versioned REST API - This simple project allows us to easily handle versioning of the REST API via the url (e.g. /api/v2/Players).

If you are interested in contributing, check out the contributors readme

Catch us @nemestats or @jakejgordon on Twitter, or via nemestats@gmail.com.

Manually Regenerating Sitemaps

To manually regenerate sitemap.xml files, run the RegenerateSitemapsIntegrationTests.It_Regenerates_All_Of_The_Sitemaps_And_The_Sitemap_Index_Files() integration test with the BusinessLogic.Tests app.config pointed to the production database. Files will be placed in the designated location from the app.config sitemapLocationFilePath app setting. These files then need to be copied into the Web.UI/sitemaps/ folder to overwrite that is there. Make sure you don't check in the production database connection string!