项目作者: didier

项目描述 :
Functional Programming subject of @CMDA-TT
高级语言: TypeScript
项目地址: git://github.com/didier/functional-programming.git
创建时间: 2020-10-19T11:38:52Z
项目社区:https://github.com/didier/functional-programming

开源协议:MIT License

下载


As a parking spot’s customer price grows, does its convenience increase?

By Didier Catz

For this project, a few assumptions will be made. Convenience in this case means how convenient a spot is for the customer — e.g. is it cheap? Are there enough parking spots? Is it easily accessible? How much comfort does it bring to the customer?

About this project

An interactive data visualisation on Dutch parking data.

In collaboration with the Volkskrant, a Dutch news outlet focused on objective and neutral-standpoint news, I will be creating an interactive datavisualisation regarding parking in the city. I want to measure and define convenience and see if a parking spot’s cost positively or negatively influences this convenience.

Functional Programming subject of @cmda-tt

Interesting Variables

Interesting questions

  • If it’s cheap, for how long can you park there?
  • Which electric charging spots charge the most per hour?

Diving into the code

Getting started with this repo

This project assumed you have a valid and stable installation of Node.js and npm.

Cloning the repo

  1. git clone https://github.com/didiercatz/functional-programming.git

Alternatively, if you just want the files:

  1. npx degit didiercatz/functional-programming

Install packages

  1. yarn # or npm install

Run the dev environment

Opens a development server at http://localhost:1234

  1. yarn dev # or npm run dev

Building a static export

Builds and bundles the files into a static folder at ./dist

  1. yarn build # or npm run build

Sources

License

MIT