Skip to content

This is a gift to the community an updated version of the api for CraftyClicksPostCode Lookup nuget to follow soon

License

Notifications You must be signed in to change notification settings

davidbuckleyni/CraftyClicksPostCodeLookUpApi

Repository files navigation

Welcome to Crafty Clicks Api Nuget This Crafty Clicks api was Created by me David Buckley, to allow .net developers to use the super easy api by Crafty Clicks

The Crafty Clicks api allows you to look up uk address in single format and multiple to setup the Crafty Clicks in your web app or dekstop app please make sure to complete the following setps.

25/07/2020 Been upgraded to support .net core 3.1 (only)

Step 1

Install via Nuget

https://www.nuget.org/packages/CraftyClicks.PostCode.Loookup.1.0.2/1.0.2

Install-Package CraftyClicks.PostCode.Loookup.1.0.2 -Version 1.0.2

Include the following two urls in the appsettings of your config file.

Setp 3 Add your Crafty Clicks api code to the this can be the default appsettings in web.config or app.config file in the format off.

Step 4

Use the following using statments:

using CraftyClicksPostCodeApi; using CraftyClcks.Models;

Add the following propertie references:

    public static List<ClsAddress> addressList = new List<ClsAddress>();
    public CraftyClicksRapidAddressLoookup  _mCraftyClicks = new  CraftyClicksRapidAddressLoookup();

Step 5 On a button click method or simlar can even been within a ajax panel

       _mCraftyClicks.GetRapidAddressByPostCode(txtPostCode.Text);
        addressList = _mCraftyClicks.addressList;

Thats is thats all there is two it feel free to play about with the various methods that are contained in the dll we will be functions in due corse.

This nuget is not copyright Crafty Clicks but David Buckley Crafty Clicks do not support this nuget in any way.

About

This is a gift to the community an updated version of the api for CraftyClicksPostCode Lookup nuget to follow soon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages