Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

React Google Maps Api

Maintenance of open source repository
Collective - Host: opensource - https://opencollective.com/react-google-maps-api - Code: https://github.com/JustFly1984

Remove StreetViewCoverageLayer

github.com/JustFly1984/react-google-maps-api - 71f596ffdf533379f23d66bcf1ec0aec8b31da39 authored almost 6 years ago
StreetViewService with example

github.com/JustFly1984/react-google-maps-api - eb9edd27ad2a41a9a2bab3c237c5e6aeddc38a69 authored almost 6 years ago
StreetViewPanorama working

github.com/JustFly1984/react-google-maps-api - d9768061c813ade2ef3151eff3bf2432d7de934d authored almost 6 years ago
Merge pull request #51 from JustFly1984/prettier-eslint

Prettier eslint

github.com/JustFly1984/react-google-maps-api - a12a82d22af1257ffaf762c64eaed7118e1c78b1 authored almost 6 years ago
fix after Ivan's gatsby-example overhaul

github.com/JustFly1984/react-google-maps-api - 33f8b2f5911bbd58023a8c574e2c2918133bb7ef authored almost 6 years ago
removed prettier vscode extension defenitions

github.com/JustFly1984/react-google-maps-api - f5a7d257da5e979f621ed869f29e7a94c134201c authored almost 6 years ago
Merge branch 'master' into prettier-eslint

github.com/JustFly1984/react-google-maps-api - c6c5173095e1213ad9721450564192cb007f37d8 authored almost 6 years ago
added prettier/@typescript-eslint

github.com/JustFly1984/react-google-maps-api - 8c1b3a29dc8921a40e2b1fd52e06233f1b2ef275 authored almost 6 years ago
Merge pull request #50 from JustFly1984/design

Initial commit

github.com/JustFly1984/react-google-maps-api - cdbc6adc2e9badb1ac913fa143413fc0c6fb7dc1 authored almost 6 years ago
removed conflicting eslint rules

github.com/JustFly1984/react-google-maps-api - 1faecd2b2f624b264b6abfed1dad4bd3fa19583e authored almost 6 years ago
Updated styles, component names and layout

github.com/JustFly1984/react-google-maps-api - a020b9716feaf36a4add4d36bb0376bdba4de182 authored almost 6 years ago
prettier eslint working + linted files

github.com/JustFly1984/react-google-maps-api - d4116485b3a0900308932a72394212bdc5260f23 authored almost 6 years ago
set up prettier with eslint

github.com/JustFly1984/react-google-maps-api - 9c3978b91d84716976f3627c9a826423e6aa68e7 authored almost 6 years ago
refactor after typescripy merge

github.com/JustFly1984/react-google-maps-api - 15380b4b5436d7f2fcd41248ef7076c67d510805 authored almost 6 years ago
Merge pull request #41 from JustFly1984/typescript

Typescript re-write

github.com/JustFly1984/react-google-maps-api - 82136a88ca974e9535ac9b29e3d7b9c017fcfa14 authored almost 6 years ago
Added prettier-ignore to all props interfaces

github.com/JustFly1984/react-google-maps-api - a7136a6c4cf708d5302ad18d4183127a04ddd236 authored almost 6 years ago
added prettier-ignore to Data.tsx

github.com/JustFly1984/react-google-maps-api - 02b8c2b6a3a04df7e81d3375e0633dd236988e9c authored almost 6 years ago
Reverted accidental DirectionsService api change

github.com/JustFly1984/react-google-maps-api - c64428be5c03c66a5f5424633f1e33b5415594bb authored almost 6 years ago
Add prettier-ignore to LoadScript types

github.com/JustFly1984/react-google-maps-api - 7a82e320e18ca47aa223de4757eba9cefcb853c6 authored almost 6 years ago
Change utils files to ts extension

github.com/JustFly1984/react-google-maps-api - 530b606105103240ea841b0f78e3b42f44605af6 authored almost 6 years ago
Deprecate FusionTablesLayer

github.com/JustFly1984/react-google-maps-api - bbdfa52b4459e5ee9151daebaadea7b7a7b31b1f authored almost 6 years ago
Merge branch 'master' into typescript

# Conflicts:
# packages/react-google-maps-api-docz/package.json
# packages/react-google-maps-api...

github.com/JustFly1984/react-google-maps-api - c00a1c55440d9cf467273952d3d474933588f067 authored almost 6 years ago
* Remove redundant setMap call where possible (where map is included in class options)

* Change Object.assign to object spread for better readability

github.com/JustFly1984/react-google-maps-api - a588868c29992d2c77ad64e7897508c227e03fd6 authored almost 6 years ago
bump version to 1.0.10

github.com/JustFly1984/react-google-maps-api - a7aa6c81be8f56e659a447b5d9c7788a95a4bf23 authored almost 6 years ago
Remove SearchBox component

github.com/JustFly1984/react-google-maps-api - 7ba9d94a93a5406063b383e56557362194b2e910 authored almost 6 years ago
Added Autocomplete + example

github.com/JustFly1984/react-google-maps-api - 94d03650b91c1155b322dfed8ef1b1d6d6e85a16 authored almost 6 years ago
Uncomment StreetViewPanorama (still not working)

github.com/JustFly1984/react-google-maps-api - 5547e1b766581e4fafec78f3edf230a129649a16 authored almost 6 years ago
indentation, fixes, some docs and comments

github.com/JustFly1984/react-google-maps-api - ae89de68062ba621e8f6cd8fc7225ad1e6cfb6e9 authored almost 6 years ago
Copy map container styles correctly when persisting map container

Fixes #43

github.com/JustFly1984/react-google-maps-api - 3325e92c4bd107a1a98f414b9624a9aeb83754fb authored almost 6 years ago
Merge branch 'styleguidist' into typescript

github.com/JustFly1984/react-google-maps-api - 6d8f05f15699838f3fa569b4b652db91e242714b authored almost 6 years ago
Re-added map to constructor

github.com/JustFly1984/react-google-maps-api - 7a5e8c0fdc7696473de2913d53e6e9312be9ca47 authored almost 6 years ago
Added some docs + Removed FusionTablesLayer

github.com/JustFly1984/react-google-maps-api - edb42247ce7962df83504f0c9b49a4b3be0dc839 authored almost 6 years ago
Added docs build script

github.com/JustFly1984/react-google-maps-api - ba1c5d6d0edb15b9db8ea132f529f724a9e596e5 authored almost 6 years ago
changed map id in rectangle example

github.com/JustFly1984/react-google-maps-api - 7e96b1819caed903d87517b6c9b3c43ca3d287cf authored almost 6 years ago
Docs working. Needs cleanup and more examples

github.com/JustFly1984/react-google-maps-api - c0c4fadcf08055bfdfafc6ce32a5e0cfe8447f00 authored almost 6 years ago
Remove redundant Partial

github.com/JustFly1984/react-google-maps-api - 70c10440287ba9cdca3a4efc119a3bec6ee6ecf8 authored almost 6 years ago
Merge branch 'typescript' into styleguidist

github.com/JustFly1984/react-google-maps-api - 3eaf5362d96b2b02c0e2168ba4decc3e9dacaa81 authored almost 6 years ago
Imporove Rectangle types

github.com/JustFly1984/react-google-maps-api - 765bf5eab01b312f09b954f7065a5b88bab0ea4c authored almost 6 years ago
Stylegudist poc working

Need to ignore bad files

github.com/JustFly1984/react-google-maps-api - 54e62e5d1dcc8dcb9893138b645c0689f76e69c8 authored almost 6 years ago
Update packages/react-google-maps-api/src/GoogleMap.tsx

Co-Authored-By: uriklar <[email protected]>

github.com/JustFly1984/react-google-maps-api - c888d9ec1e9e63dbb5a7617954a4ea94fa45a6f7 authored almost 6 years ago
Update packages/react-google-maps-api/src/GoogleMap.tsx

Co-Authored-By: uriklar <[email protected]>

github.com/JustFly1984/react-google-maps-api - abe46e9b77197ca4748be09542f5c3de390fb4c6 authored almost 6 years ago
Fixed explicit imports

github.com/JustFly1984/react-google-maps-api - c73fd93f28dc4eb0478371a9cf50d1533f54225f authored almost 6 years ago
Fix hanging jest-worker child processes on setInterval, bump 1.0.9

github.com/JustFly1984/react-google-maps-api - 50fb95d92e7acf4da8ccf9138bdb714b5e938ac8 authored almost 6 years ago
Merge branch 'master' into typescript

# Conflicts:
# packages/react-google-maps-api/package-lock.json
# packages/react-google-maps-api...

github.com/JustFly1984/react-google-maps-api - a81198b827f54c417a339e0a4eec9417b1fc2952 authored almost 6 years ago
Removed babel/webpack dependencies and files

github.com/JustFly1984/react-google-maps-api - 7305a5f8050d9d31b8f0dcdeee33f0871bbd78de authored almost 6 years ago
Migrate files to typescript

github.com/JustFly1984/react-google-maps-api - ec73a542acb5307c719987042e4490f517120828 authored almost 6 years ago
Migrated drawing components

* Logic changes in InfoWindow and Data (need to test)

github.com/JustFly1984/react-google-maps-api - d09e96bac1af4ad84fbd083f62ed449ca8e8059d authored almost 6 years ago
fix readme and mds, cleanup

github.com/JustFly1984/react-google-maps-api - ba27e6e1cc2afa4955a38fab7272200299f6f354 authored almost 6 years ago
fix standalone searchbox

github.com/JustFly1984/react-google-maps-api - 16c7fe3b0c4f03bb9010aaa831f6a693021c656c authored almost 6 years ago
fix import in standalone searchbox example

github.com/JustFly1984/react-google-maps-api - 5983e8e51526d871191ed9d9e2b10e2a49219e97 authored almost 6 years ago
update version to 1.0.5

github.com/JustFly1984/react-google-maps-api - 3b3dd87270c6725b95cff36320532c19c25c52f4 authored almost 6 years ago
add standalone-searchbox gatsby example

github.com/JustFly1984/react-google-maps-api - 8875f53f9fa781c0cab11601b3672787d2a24556 authored almost 6 years ago
add .docz/dist to gitignore

github.com/JustFly1984/react-google-maps-api - 1f3eb0929455735e6d6b9b305e6484f097bee379 authored almost 6 years ago
Merge pull request #39 from JustFly1984/docs-fixes

Repo maintenance + StandaloneSearchBox

github.com/JustFly1984/react-google-maps-api - 88b78e9b056d9d9da94e072c7595b7ae6565eea3 authored almost 6 years ago
add maintainers info in main repo readme

github.com/JustFly1984/react-google-maps-api - 2295ff39b92bffa6ac2fa72b2c9db0beb0d3c1e9 authored almost 6 years ago
Added myself as contributor

github.com/JustFly1984/react-google-maps-api - ff964cb34405c5e17c0fb3bfa89278e98fd6d338 authored almost 6 years ago
Merge branch 'master' into docs-fixes

github.com/JustFly1984/react-google-maps-api - 00854d6ddc8d08475721b8d2a44ba01a76247f0e authored almost 6 years ago
setup vscode and eslint for each package

github.com/JustFly1984/react-google-maps-api - 5f68649b333b2ca2bcd17e51b810ee4cacb1bae4 authored almost 6 years ago
Delete autogenerated docz files

github.com/JustFly1984/react-google-maps-api - 108d950c8b1e32441b410a7b42e446434d30bbb9 authored almost 6 years ago
revert eslintrc changes

github.com/JustFly1984/react-google-maps-api - 8e1da7f8d7eaf542cfd11d04ae92ba0a9e0b3a3e authored almost 6 years ago
Move eslintrc back to original place

github.com/JustFly1984/react-google-maps-api - ff037056568bd318f8bebe45ba6576ca0b209bd3 authored almost 6 years ago