Giter Site home page Giter Site logo

karutawalk's Introduction

karutaWalk (府中かるたさんぽ)

※地図出典: ©OpenStreetMap contributors

目的

  • Leafletを使うとWebサイト上に地図を簡単に埋め込むことができることを知ったので、その習作として作ってみました。

概要

  • 武蔵府中郷土かるたの標識設置場所をもとに散歩コースを生成し、マップ上に表示します。
    • 出発駅~かるた標識、かるた標識~到着駅の2つのルートを表示します。
  • アプリケーションのバックエンド側はNode.js(Express)、フロント側はBootstrapOnsenUIで見た目を整えています。
  • マップの表示はLeafletOpenStreetMap、ルート検索はLeaflet Routing Machineを使用しています。

準備

  • リポジトリの内容をcloneし、ルート上で下記コマンドを実行して必要なモジュールをインストールしてください。
$ npm install
  • モジュールのバージョンがうまく合わずnpm start実行時にエラーが発生する場合は、下記コマンドのほうが良いかもしれません。
$ npm ci

実行

  • 下記コマンドをcloneしたリポジトリのルート上で実行し、http://localhost:3000にアクセスするとページが表示されます。
$ npm start

使用データについて

karutawalk's People

Contributors

imagawayaki avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.