1.2.6 • Published 4 years ago

ac-nl-sdk v1.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Animal Crossing New Leaf SDK - Data Dump

This is a simple wrapper that contains a lot of raw data and a calendar helper for Animal Crossing New Leaf.

Contents

  • List of Bugs (with Locations, Times, and Prices)
  • bleh
  • Fossils (with Prices)
  • Furniture (with Sources and Prices)
  • All Clothing (with Sources and Prices)
  • Art (with Fakes Information)
  • Villagers (With ALL the Data)
  • Calendar Service to find out what is available on any given day

First Class Typescript support

This was written in typescript, thus it has first class support for it. Everything's typed, sometimes not great but it's there.

To use

Simple import Bugs/Fishes/Villagers/etc from the main package, or CalenderService if you want to grab that. So something like

import {Fishes, Bugs, CalenderService} from 'ac-nl-sdk';

Fishes.forEach((fish) => console.log(fish.Name));
Bugs.forEach((bug) => console.log(bug.Name));

const service = new CalendarService('2020-01-01');
console.log(service.getAll())
1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago