Giter Site home page Giter Site logo

opensource's Introduction

Open Source Packages

tests lerna

Collection of open source packages :D!

Packages

parse-server-addon-cloud-class / parse-cloud-class

A new way to define Parse.Cloud events for your classes

prefjs

Manage preferences and internationalization for multiple locales very easily in Javascript

parse-service

This module exposes a class with static functions that help you find, save or delete Parse Objects with one call.

detect-link-type

Detects the type of a link

get-generation

Returns the generation of a person, given it's birth year

nominatim-js

Unofficial JS SDK for the Nominatim Open Street Map service that allows geocoding and reverse geocoding

@owsas/responsive

Validators to detect if you are running on big or small screens, using a similar approach to Bootstrap, defining xs, sm, md or lg screen breakpoints.

@owsas/text-trimmer

An npm module that helps you trimming text and adding tailing characters. Ex: Hello, my name...

Development process

  1. Edit the packages inside the packages/ folder
  2. Commit, create PR
  3. When the PR is merged, run in the master branch npx lerna publish

Contributors

Juan Camilo Guarín Peñaranda
Otherwise SAS
Colombia

License

MIT

Support us on Patreon

patreon

opensource's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar jcguarinpenaranda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

opensource's Issues

ParseCloudClass: P.Cloud.beforeFind is not a function and wrong typings

Hello, I have installed and configure the ParseCloudClass but it looks like because of the Parse import and not using it as a global library failed to register the class.

Removing the import fix the problem for me but now I'm using mine version of the ParseCloudClass.
Also the signatures of the triggers mismatch and leads to other compile issues.

I'm using it with Typescript and saw that your typing and trigger definitions are not right:

processBeforeDelete?: (
    req: Parse.Cloud.BeforeSaveRequest, // should be Parse.Cloud.BeforeDeleteRequest
  ) => Promise<Parse.Object>;

  afterDelete?: (
    req: Parse.Cloud.AfterSaveRequest, // should be Parse.Cloud.AfterDeleteRequest
  ) => Promise<Parse.Object>;

etc.

Great job with the library! I will be more than happy to see the other libraries from the issues list.

Asen

[nominatim-js] Missing dependency cross-fetch

After installing with npm install --save @owsas/nominatim-js and importing with const { NominatimJS } = require('@owsas/nominatim-js'); it throws an error on build:

ERROR  Failed to compile with 1 errors
This dependency was not found:

* cross-fetch in ./node_modules/@owsas/nominatim-js/dist/nominatim-js.js

To install it, you can run: npm install --save cross-fetch```

Add Reverse Geocoding Support

In your current implementation, as I understand it, reverse geocoding is not possible. I want to transmit longitude and latitude, and get the address.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.