paulcsmith / mongoose-currencyLinks
Adds schema type "Currency" to mongoose for handling money. Strips out common characters automatically (",", "$" and alphabet chars)
☆52Updated last year
Alternatives and similar repositories for mongoose-currency
Users that are interested in mongoose-currency are comparing it to the libraries listed below
Sorting:
- Node.js wrapper for the One Signal API☆34Updated 7 years ago
- Middleware for Mongoose.js that adds pagination, sorting, filtering and projection☆68Updated 3 years ago
- Caches Database querys the easy way. This module is currently not developed. Nevertheless, I will apply patches.☆36Updated 7 years ago
- Data migration tool for Mongoose☆20Updated 8 years ago
- Body parser middleware for MongoDB, Express and Nodejs (MEN)☆48Updated 3 years ago
- Seed your MongoDB database easily☆48Updated 7 years ago
- Express error handlers for JSON APIs☆102Updated 8 months ago
- Mongoose plugin to save document data versions. Documents are saved to a "versioned" document collection before saving original documents…☆144Updated 3 years ago
- Hapi plugin that automatically generates RESTful API for CRUD☆43Updated 4 years ago
- Plugin for TypeComposer (graphql-compose), that adds `pagination` resolver.☆29Updated 3 years ago
- mongodb migrations for node☆67Updated 6 years ago
- Automatic Forms generation from Mongoose Models☆55Updated 10 years ago
- Seed data population for Mongoose☆52Updated last year
- LinkedIn authentication strategy for Passport and Node.js.☆142Updated 3 years ago
- DRY data seeding for mongoose☆15Updated 8 years ago
- Fixture loader for NodeJS' Mongoose ODM. Check pow-mongodb-fixtures instead to load data straight to MongoDB, skipping Mongoose.☆112Updated 2 years ago
- Virtual async fileds for mongoose.js☆62Updated 7 years ago
- Validators for mongoose models utilising validator.js☆376Updated 3 years ago
- Mongoose plugin adding a file field to a schema - useful for nodejs file uploads☆32Updated 8 years ago
- Boom response objects in Express☆45Updated 4 years ago
- Sails email hook☆66Updated 8 years ago
- A Mongoose schema plugin for filtering properties you usually do not want to sent client-side like passwords and IDs.☆90Updated 3 years ago
- A MongoDB ObjectId validator for Joi☆43Updated 6 years ago
- A Redis store for Express-Brute☆25Updated 9 years ago
- auto route loading for hapi☆73Updated 3 years ago
- Simple plugin for Mongoose which adds a findOrCreate method to models.