New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

c3-areas-db

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c3-areas-db

c3 areas library

1.0.0
71

Supply Chain Security

100

Vulnerability

79

Quality

76

Maintenance

100

License

Version published
Weekly downloads
1
-94.12%
Maintainers
1
Weekly downloads
 
Created

C3 Areas

Get a list of areas for c3 apps

Install it

NPM

$ npm install c3-areas-db --save

Yarn

$ yarn add c3-areas-db

Add it

var c3areas = require('c3-areas-db');

Usage

Get areas

// Get all areas
var areas = c3areas.getAreas();

// OR
// Get all areas by passing the state slug.
var areas = c3areas.getAreas('nigeria_lagos');

//Sample response
console.log(areas);

[]

// Filter areas
// Get all areas in lagos, nigeria that contain the string 'ab'.
var filteredStates = sc.getAreas('nigeria_lagos', 'Suru');

Note: You can get the state slug from the state-cities-db npm module getStates() method.

FAQs

Package last updated on 04 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts