https://github.com/giulianok/ng2-google-places
Simple app to find places using Google Places API. Built in Angular2 and Typescript
https://github.com/giulianok/ng2-google-places
angular typescript
Last synced: about 2 months ago
JSON representation
Simple app to find places using Google Places API. Built in Angular2 and Typescript
- Host: GitHub
- URL: https://github.com/giulianok/ng2-google-places
- Owner: giulianok
- Created: 2016-10-04T19:31:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T17:53:46.000Z (over 9 years ago)
- Last Synced: 2025-03-30T15:26:34.448Z (about 1 year ago)
- Topics: angular, typescript
- Language: CSS
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NG2 Google Places
This is a Prototype of Google Place using Angular2 (and Typescript).
The following structure BEM strucutre (based on Jade and Sass) was used:
https://github.com/giulianok/easy-bem-structure
The Prototype uses Geolocation, in case your browser blocks that, it'll use Google Geolocation API.
[DEMO](http://bostwickworks.com/ng2-google-places/)
`Once you built the prototype, you CANNOT run index.html (from _public folder) as a file`
### Techonolgies
* NodeJS v6.3.1
* NPM v3.10.3
* Angular 2.0.0
* Typescript
* Jade
* Sass
* BEM
### Instructions
Run the following command. It will install node modules, typings, build and run the prototype
```sh
npm start
```
SUDO: In case you have trouble with permissions run it with sudo: sudo npm install
## Thanks!