Skip to content

Commit

Permalink
Merge pull request #1149 from data-for-change/dev
Browse files Browse the repository at this point in the history
merge dev into master
  • Loading branch information
atalyaalon authored Oct 23, 2024
2 parents db53323 + 43fb19f commit ed258a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: npm run build:staging
- name: Deploy
uses: w9jds/firebase-action@master
uses: w9jds/firebase-action@v13.22.1
with:
args: deploy --only hosting:dev
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: npm run build
- name: Deploy
uses: w9jds/firebase-action@master
uses: w9jds/firebase-action@v13.22.1
with:
args: deploy --only hosting:master
env:
Expand Down
5 changes: 4 additions & 1 deletion docs/Vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## About ANYWAY

ANYWAY give interactive map, Database engine, and information on Traffic accidents in israel. the data originating from the Central Bureau of Statistics and United Hazalah’s, as well as traffic violations as reported by road vigilantes.
ANYWAY is Data For Change’s first community based project aiming to reduce road fatalities via data driven decisions, public awareness and government’s data transparency.
Our community of devoted volunteers build technological tools for analysis and accessibility of reliable information of road accidents, and their prevention, in line with the "Vision Zero" approach.
The first tool we developed, is an interactive map showing car accidents [found here](www.anyway.co.il)
ANYWAY MAP is an interactive map, Database engine, and information on Traffic accidents in israel. the data originating from the Central Bureau of Statistics, as well as traffic violations as reported by road vigilantes.

The goal of the project is to primarily raise public awareness for Road Hazard and about available
solution's to improve road safety. This is used to create pressure on decision makers to perform necessary infrastructural repairs as well as create discourse regarding solutions.
Expand Down

0 comments on commit ed258a0

Please sign in to comment.