An open API service indexing awesome lists of open source software.

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

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!