Skip to content

Commit 8eedb42

Browse files
authored
Fletchling (#32)
* Initial Fletchling section * wording * Update nest.png
1 parent b057f5c commit 8eedb42

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

pages/docs/other/fletchling.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
import { Callout } from 'nextra-theme-docs'
2+
import { Tabs } from 'nextra/components'
3+
import Image from 'next/image'
4+
5+
# Fletchling
6+
7+
[**Fletchling**](https://github.com/UnownHash/Fletchling) is a Golbat webhook receiver that processes pokemon webhooks and computes nesting pokemon.
8+
9+
## Features
10+
11+
- Receives and processes pokemon on the fly via webhook from Golbat.
12+
- Uses global spawn data to not confuse event spawns (CD, Spotlight, etc) with nesting pokemon.
13+
- No reliance on external sites for event or current nesting mon data.
14+
- Tool for importing nests from overpass (fletchling-osm-importer).
15+
- API to pull stats, purge stats, reload config, etc.
16+
17+
18+
## Showcase
19+
20+
Below are examples of the end result in different applications.
21+
22+
<Tabs items={['ReactMap']}>
23+
<Tabs.Tab>
24+
<Image src="/images/reactmap-nests.png" alt="ReactMap Nests Demo" width={500} height={500} />
25+
</Tabs.Tab>
26+
</Tabs>
27+
28+
## Setup
29+
30+
The setup process for Fletchling is documented in the project README on [GitHub](https://github.com/UnownHash/Fletchling).

public/images/reactmap-nests.png

118 KB
Loading

0 commit comments

Comments
 (0)