1.0.0 • Published 4 years ago

gatsby-source-zomato-plugin v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

gatsby-source-zomato-plugin

Pulls data from zomato api based on city

Example

In your gatsby config

module.exports = {
  plugins: [
    {
      resolve: "gatsby-source-zomato-plugin",
      options: {
        // get this at https://developers.zomato.com/api
        apiKey: "your_api_key",
        collection_id: collection_id, // default value is '1'
        entity_id: entity_id,
        entity_type: entity_type, //default value is 'city'
      },
    },
  ],
}
1.0.1

4 years ago

1.0.0

4 years ago