Difference between revisions of "Nookipedia:Development"

From Nookipedia, the Animal Crossing wiki
(Adding Nookipedia template)
(Intro change)
Line 1: Line 1:
Nookipedia provides the ability for developers to access its content for development projects through the [https://www.mediawiki.org/wiki/API:Main_page MediaWiki API]. MediaWiki is the wiki software that Nookipedia runs on.
+
Nookipedia provides the ability for developers to access its content for development projects through the [https://www.mediawiki.org/wiki/API:Main_page MediaWiki API]. We encourage developers to use Nookipedia's API to develop bots, tools, applications, and more! This page serves as an introduction to using Nookipedia's API, as well as a directory of existing developers' projects.
  
 
== Development ==
 
== Development ==

Revision as of 04:00, December 26, 2016

Nookipedia provides the ability for developers to access its content for development projects through the MediaWiki API. We encourage developers to use Nookipedia's API to develop bots, tools, applications, and more! This page serves as an introduction to using Nookipedia's API, as well as a directory of existing developers' projects.

Development

Nookipedia's content can be accessed through the MediaWiki API. Examples of possibilities include:

  • Extracting information from infoboxes
  • Getting lists of characters by game
  • Editor statistics
  • ...and much more!

Developing and using the MediaWiki API takes some know-how. If you're new to using the MediaWiki API, we recommend looking over the following to get started:

If you have questions regarding using Nookipedia's API, you may ask them on the talk page.

Licensing

Nookipedia's text content is released under a CC BY-SA 3.0 license. When using Nookipedia's text in your application, we request that you follow the terms of the license by citing Nookipedia as the source of the information, and linking back to the article's history when possible.

In the spirit of open source and knowledge, we also request that you open source your application (on a site such as GitHub) when possible.

Projects

The following is a list of community-made tools that utilize Nookipedia's API. If you have created your own project that isn't listed below, feel free to add it!