← スキル一覧に戻る

norwegian-api-integrations
by kjibba
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: norwegian-api-integrations description: Integration with Norwegian public and private APIs to automate data entry and validation.
Norwegian API Integrations
Reduce "clicks" by prepopulating data using Norwegian services.
Critical Lookups
1. Address Lookup (Kartverket / SSR / Posten)
- Goal: Pre-populate municipality, zip code, and house type.
- API: Kartverket API or Bring/Posten Postnummer.
2. Business Lookup (Brønnøysundregistrene)
- Goal: Get company info for B2B customers using Organization Number.
- API: Enhetsregisteret Open Data.
3. Weather & Climate (Yr.no / MET)
- Goal: Inform the technician about outdoor conditions (snow, temperature) before driving out.
- API: MET Norway Meteorologisk Institutt.
Data Mapping (Norwegian Standards)
Ensure the database fields map correctly to these public schemas:
Poststed->Postal AreaKnr(Kommune nummer) ->Municipality NumberGnr/Bnr(Gårdsnummer/Bruksnummer) -> Unique property ID for real estate validation.
Implementation Pattern
- Create a
lib/externaldirectory for API wrappers. - Implement rate-limiting and local caching (Redis/Prisma) to avoid hitting public API limits.
- Use Norwegian labels in the UI while keeping English keys in the API response objects.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です