japanese-yama-list

1.0.4 • Public • Published

japanese-yama-list Build Status

日本の主な山岳標高一覧を返すライブラリ。

国土地理院日本の主な山岳標高を元にしています。

Install

Install with npm:

npm install japanese-yama-list

Usage

const yamaList = require("japanese-yama-list");
console.log(yamaList);
/*
[ { no: '0000',
    latitude: '441409',
    longitude: '1451626',
    height: '1254',
    name: '知床岳',
    nameFurigana: 'しれとこだけ',
    crestName: '',
    crestNameFurigana: '',
    otherName: '知床岬',
    details: '',
    address: '知床・阿寒',
    prefectures: [ '北海道' ] },
  { no: '0001',
    latitude: '440800',
    longitude: '1450941',
    height: '1562',
    name: '硫黄山',
    nameFurigana: 'いおうざん',
    crestName: '',
    crestNameFurigana: '',
    otherName: '硫黄山',
    details: '',
    address: '知床・阿寒',
    prefectures: [ '北海道' ] }
]
*/

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © azu

Readme

Keywords

Package Sidebar

Install

npm i japanese-yama-list

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

462 kB

Total Files

5

Last publish

Collaborators

  • azu